Method: Hx::Interop::RPC::Dispatcher#initialize
- Defined in:
- lib/interop/rpc/dispatcher.rb
#initialize ⇒ Dispatcher
Returns a new instance of Dispatcher.
18 19 20 |
# File 'lib/interop/rpc/dispatcher.rb', line 18 def initialize @routes = [] end |