Skip to content

Instantly share code, notes, and snippets.

@lolmaus
Created March 30, 2014 22:13
Show Gist options
  • Save lolmaus/9880751 to your computer and use it in GitHub Desktop.
Save lolmaus/9880751 to your computer and use it in GitHub Desktop.
module Foo
refine String do
def foo
self + "foo"
end
end
end
using Foo
puts "bar".foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment