Skip to content

Instantly share code, notes, and snippets.

@enebo
Created March 31, 2020 22:10
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 enebo/edfbc91cdf4556379d1119468cc0dfcf to your computer and use it in GitHub Desktop.
Save enebo/edfbc91cdf4556379d1119468cc0dfcf to your computer and use it in GitHub Desktop.
def +(a, &no)
yield a, "noooes"
end
public :+
self.+(2, &proc { |*a| p a })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment