Lines Matching defs:inspect
638 def inspect( before_chars = 6, after_chars = 10 )639 before = through( -before_chars ).inspect642 after = through( after_chars ).inspect1069 def inspect1072 tk = look( -1 ) and string << " #{ tk.inspect } <--"1073 tk = look( 1 ) and string << " --> #{ tk.inspect }"