class Apipie::ReturnsMultipleDefinitionError
Public Instance Methods
Source
# File lib/apipie/errors.rb, line 13 def to_s "a 'returns' statement cannot indicate both array_of and type" end
# File lib/apipie/errors.rb, line 13 def to_s "a 'returns' statement cannot indicate both array_of and type" end