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