Flowdock
method

inspect_value

Importance_0
inspect_value(v) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/irb/inspector.rb, line 29
    def inspect_value(v)
      @inspect.call(v)
    end
Register or log in to add new notes.