Method: Brief::Model::ClassMethods#example_path
- Defined in:
- lib/brief/model.rb
#example_path(*args) ⇒ Object
341 342 343 344 |
# File 'lib/brief/model.rb', line 341 def example_path(*args) definition.send(:example_path=, *args) unless args.empty? definition.send(:example_path) end |