Skip to content

Instantly share code, notes, and snippets.

@woarewe
Last active January 29, 2020 17:06
Show Gist options
  • Save woarewe/f7a4f18a4fee7e97e654ca6e11e55e2d to your computer and use it in GitHub Desktop.
Save woarewe/f7a4f18a4fee7e97e654ca6e11e55e2d to your computer and use it in GitHub Desktop.
# This change breaks ruby 2.7 REPL a.k.a IRB.
# Reason is here https://github.com/ruby/irb/issues/64
class Symbol
def to_proc(*args)
proc {}
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment