method
inspect?
v2_2_9 -
Show latest stable
- Class:
IRB::Context
inspect?()public
No documentation available.
# File lib/irb/ext/math-mode.rb, line 42
def inspect?
@inspect_mode.nil? && !@math_mode or @inspect_mode
end inspect?()No documentation available.
# File lib/irb/ext/math-mode.rb, line 42
def inspect?
@inspect_mode.nil? && !@math_mode or @inspect_mode
end