Class: IRB::Context
- Inherits:
-
Object
- Object
- IRB::Context
- Defined in:
- lib/live_console.rb
Instance Method Summary collapse
-
#output(*args) ⇒ Object
Fix an IRB bug; it ignores your output method.
Instance Method Details
#output(*args) ⇒ Object
Fix an IRB bug; it ignores your output method.
206 207 208 |
# File 'lib/live_console.rb', line 206 def output *args @output_method.print *args end |