Method: Xmvc::UI::RGProxy#say
- Defined in:
- lib/xmvc/ui.rb
#say(message) ⇒ Object
46 47 48 49 50 51 52 |
# File 'lib/xmvc/ui.rb', line 46 def say() if =~ /native extensions/ @ui.info "with native extensions " else @ui.debug() end end |