Class: Parse::Object

Inherits:
Object
  • Object
show all
Defined in:
lib/pry-parsecom/model_formatter.rb

Instance Method Summary collapse

Instance Method Details

#inspectObject



7
8
9
# File 'lib/pry-parsecom/model_formatter.rb', line 7

def inspect
  to_s
end

#to_sObject



3
4
5
# File 'lib/pry-parsecom/model_formatter.rb', line 3

def to_s
  to_h.to_yaml
end