Method: Chespirito::App#initialize
- Defined in:
- lib/chespirito/app.rb
#initialize ⇒ App
Returns a new instance of App.
8 9 10 |
# File 'lib/chespirito/app.rb', line 8 def initialize @router = ::Chespirito::Router.new end |
Returns a new instance of App.
8 9 10 |
# File 'lib/chespirito/app.rb', line 8 def initialize @router = ::Chespirito::Router.new end |