Class: Workling::Routing::Base
- Inherits:
-
Hash
- Object
- Hash
- Workling::Routing::Base
- Defined in:
- lib/workling/routing/base.rb
Direct Known Subclasses
Instance Method Summary (collapse)
Instance Method Details
- (Object) method_name
8 9 10 |
# File 'lib/workling/routing/base.rb', line 8 def method_name raise Exception.new("method_name not implemented.") end |