Method: Brief::Model::ClassMethods#example_body
- Defined in:
- lib/brief/model.rb
#example_body(*args) ⇒ Object
235 236 237 |
# File 'lib/brief/model.rb', line 235 def example_body(*args) definition.send(:example_body, *args).to_s.strip end |