Class: Nitro::Server::Mounter
- Inherits:
-
Object
- Object
- Nitro::Server::Mounter
- Defined in:
- lib/nitro/server.rb
Overview
A Helper class used for CherryPy-style publishing.
Instance Method Summary collapse
-
#initialize(parent, base = '') ⇒ Mounter
constructor
:nodoc: all.
- #method_missing(sym, *args) ⇒ Object
Constructor Details
#initialize(parent, base = '') ⇒ Mounter
:nodoc: all
161 162 163 |
# File 'lib/nitro/server.rb', line 161 def initialize(parent, base = '') @parent, @base = parent, base end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method