Class: WurflDevice::UI::RGProxy
- Inherits:
-
Gem::SilentUI
- Object
- Gem::SilentUI
- WurflDevice::UI::RGProxy
- Defined in:
- lib/wurfl_device/ui.rb
Instance Method Summary collapse
-
#initialize(ui) ⇒ RGProxy
constructor
A new instance of RGProxy.
- #say(message) ⇒ Object
Constructor Details
#initialize(ui) ⇒ RGProxy
Returns a new instance of RGProxy.
60 61 62 63 |
# File 'lib/wurfl_device/ui.rb', line 60 def initialize(ui) @ui = ui super() end |
Instance Method Details
#say(message) ⇒ Object
65 66 67 68 69 70 71 |
# File 'lib/wurfl_device/ui.rb', line 65 def say() if =~ /native extensions/ @ui.info "with native extensions " else @ui.debug() end end |