inspect_value(v)
Proc to call when the input is evaluated and output in irb.
# File lib/irb/inspector.rb, line 100 def inspect_value(v) @inspect.call(v) end