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