Method: Jacoat::Representable::InstanceMethods#to_hash
- Defined in:
- lib/jacoat/representable.rb
#to_hash(options = {}) ⇒ Object
59 60 61 62 |
# File 'lib/jacoat/representable.rb', line 59 def to_hash(={}) res = super(.merge(:only_body => true)) to_document(res, ) end |