class ApipieDSL::MultipleReturnsError

Public Instance Methods

to_s() click to toggle source
# File lib/apipie_dsl/errors.rb, line 63
def to_s
  "A 'returns' statement cannot be used more than once"
end