method

inspect

v1_9_3_125 - Show latest stable - Class: Shell::Filter
inspect()
public

No documentation available.

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