method
inspect
inspect()
public
Hide source
# File lib/shell/filter.rb, line 101 def inspect if @shell.debug.kind_of?(Integer) && @shell.debug > 2 super else to_s end end