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