Method: Scriptster#log
- Defined in:
- lib/scriptster.rb
#log(*args) ⇒ Object
The same as log.
42 43 44 |
# File 'lib/scriptster.rb', line 42 def log(*args) self.log *args end |
The same as log.
42 43 44 |
# File 'lib/scriptster.rb', line 42 def log(*args) self.log *args end |