method
inspect
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
inspect()
public
Hide source
# File lib/shell/filter.rb, line 129 def inspect if @shell.debug.kind_of?(Integer) && @shell.debug > 2 super else to_s end end