Skip to content

Instantly share code, notes, and snippets.

@godfat
Created December 11, 2008 08:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save godfat/34644 to your computer and use it in GitHub Desktop.
Save godfat/34644 to your computer and use it in GitHub Desktop.
# http://github.com/rtomayko/rack-contrib/commit/f2169bd780c17b4bcc11aacf2d6c1eb6f35bdbee
if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('1.8.7')
class Symbol
def to_proc
lambda{ |*args| args.shift.__send__(self, *args) }
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment