Class: IRB::Context

Inherits:
Object
  • Object
show all
Defined in:
lib/live_console.rb

Instance Method Summary collapse

Instance Method Details

#output(*args) ⇒ Object

Fix an IRB bug; it ignores your output method.



110
111
112
# File 'lib/live_console.rb', line 110

def output *args
	@output_method.print *args
end