# File lib/termtter/system_extensions.rb, line 144
    def to_proc
      Proc.new { |*args| args.shift.__send__(self, *args) }
    end