# File lib/ruby_parser_extras.rb, line 91
    def getch
      c = self.old_getch
      p :getch => [c, caller.first]
      c
    end