Method: RubyApp::Element::Event#log
- Defined in:
- lib/ruby_app/element.rb
#log(message) ⇒ Object
285 286 287 |
# File 'lib/ruby_app/element.rb', line 285 def log() self.execute("RubyApp.log(#{.to_json});") end |
285 286 287 |
# File 'lib/ruby_app/element.rb', line 285 def log() self.execute("RubyApp.log(#{.to_json});") end |