Method: Betterdocs::Dsl::Naming#below_path
- Defined in:
- lib/betterdocs/dsl/naming.rb
#below_path(path) ⇒ Object
14 15 16 17 18 19 |
# File 'lib/betterdocs/dsl/naming.rb', line 14 def below_path(path) dup.instance_eval do @below_path = path self end end |