Skip to content

Instantly share code, notes, and snippets.

Created June 1, 2015 12:46
Show Gist options
  • Save anonymous/332d64e776d336069e11 to your computer and use it in GitHub Desktop.
Save anonymous/332d64e776d336069e11 to your computer and use it in GitHub Desktop.
class Object
def pat
if block_given?
yield self
else
self
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment