Method: Roda::RodaPlugins::Path::ClassMethods#path_classes
- Defined in:
- lib/roda/plugins/path.rb
#path_classes ⇒ Object
Hash of recognizes classes for path instance method. Keys are classes, values are procs.
99 100 101 |
# File 'lib/roda/plugins/path.rb', line 99 def path_classes opts[:path_classes] end |