Returns a new instance of Router.
49 50 51 52
# File 'lib/pleiades/core/command/router.rb', line 49 def initialize(options = nil) @event = Router.event @options = options || default_options end