Method: Useless::Doc::Proxy::UI#initialize
- Defined in:
- lib/useless/doc/proxy/ui.rb
#initialize(app) ⇒ UI
Returns a new instance of UI.
15 16 17 |
# File 'lib/useless/doc/proxy/ui.rb', line 15 def initialize(app) @app = app end |
Returns a new instance of UI.
15 16 17 |
# File 'lib/useless/doc/proxy/ui.rb', line 15 def initialize(app) @app = app end |