Method: CFoundry::Mismatch#to_s

Defined in:
lib/cfoundry/errors.rb

#to_sObject



19
20
21
# File 'lib/cfoundry/errors.rb', line 19

def to_s
  "Invalid value type; expected #{@expected.inspect}, got #{@got.inspect}"
end