method
inspect
v1_8_7_330 -
Show latest stable
- Class:
Shell::Filter
inspect()public
No documentation available.
# File lib/shell/filter.rb, line 102
def inspect
if @shell.debug.kind_of?(Integer) && @shell.debug > 2
super
else
to_s
end
end