# File lib/core/facets/symbol/call.rb, line 23 def call(*args, &block) proc do |recv| recv.__send__(self, *args, &block) end end