Method: IRB::Irb#output_value
- Defined in:
- lib/tailog/ext/irb.rb
#output_value ⇒ Object
58 59 60 61 62 63 64 65 |
# File 'lib/tailog/ext/irb.rb', line 58 def output_value if IRB.Output context = IRB.CurrentContext IRB.Output << [ :stdout, context.return_format % context.inspect_last_value ] else raw_output_value end end |