Module: Ruboty::Router

Extended by:
Mem
Defined in:
lib/ruboty/router.rb,
lib/ruboty/router/action.rb,
lib/ruboty/router/server.rb,
lib/ruboty/router/version.rb

Defined Under Namespace

Classes: Action, Server

Constant Summary collapse

RUBOTY_ROUTER_PORT =
ENV['RUBOTY_ROUTER_PORT'] || 9292
VERSION =
'0.2.1'.freeze

Class Method Summary collapse

Class Method Details

.routersObject



15
16
17
# File 'lib/ruboty/router.rb', line 15

def routers
  []
end