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