Module: Kernel
- Defined in:
- lib/simplelog.rb
Overview
Here we redefine puts
Instance Method Summary collapse
Instance Method Details
#old_puts ⇒ Object
15 |
# File 'lib/simplelog.rb', line 15 alias old_puts puts |
#puts(text) ⇒ Object
16 17 18 |
# File 'lib/simplelog.rb', line 16 def puts(text) Simplelog.puts(text) end |