Module: Shape::Renderers
Instance Method Summary collapse
- #as_json(*args) ⇒ Object
- #to_hash(*args) ⇒ Object (also: #to_h)
Methods included from DataVisitor
Instance Method Details
#as_json(*args) ⇒ Object
5 6 7 |
# File 'lib/shape/renderers.rb', line 5 def as_json(*args) visit(lambda {|x| x.as_json}) end |
#to_hash(*args) ⇒ Object Also known as: to_h
9 10 11 |
# File 'lib/shape/renderers.rb', line 9 def to_hash(*args) visit end |