class ApipieDSL::MultipleReturnsError
Public Instance Methods
to_s()
click to toggle source
# File lib/apipie_dsl/errors.rb, line 67 def to_s "A 'returns' statement cannot be used more than once" end
# File lib/apipie_dsl/errors.rb, line 67 def to_s "A 'returns' statement cannot be used more than once" end