Class: Symbol

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

Overview

ActiveFacts Runtime API.

Various additions or patches to Ruby built-in classes, and some global support methods

Copyright © 2009 Clifford Heath. Read the LICENSE file.

Instance Method Summary collapse

Instance Method Details

#to_procObject

:nodoc:



9
10
11
# File 'lib/activefacts/api/support.rb', line 9

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