Class: Symbol

Inherits:
Object show all
Defined in:
lib/aspectory.rb

Instance Method Summary collapse

Instance Method Details

#to_procObject



9
10
11
# File 'lib/aspectory.rb', line 9

def to_proc
  Proc.new { |target| target.send(self) }
end