Class: Symbol

Inherits:
Object
  • Object
show all
Defined in:
lib/activefacts/api/support.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#to_procObject



15
16
17
# File 'lib/activefacts/api/support.rb', line 15

def to_proc
  Proc.new{|*args| args.shift.__send__(self, *args)}
end