Method: Hanami::API::Block::Context#body
- Defined in:
- lib/hanami/api/block/context.rb
#body ⇒ String #body(value) ⇒ Object
22 23 24 25 26 27 28 |
# File 'lib/hanami/api/block/context.rb', line 22 def body(value = nil) if value @body = value else @body end end |