class Symbol

Public Instance Methods

to_proc() click to toggle source
# File lib/eye/utils/leak_19.rb, line 6
def to_proc
  lambda { |x| x.send(self) }
end