Skip to content

Instantly share code, notes, and snippets.

@chrisgeo
Created June 10, 2015 03:30
Show Gist options
  • Save chrisgeo/6bb4ff596d94d021961c to your computer and use it in GitHub Desktop.
Save chrisgeo/6bb4ff596d94d021961c to your computer and use it in GitHub Desktop.
module Foo
class Bar
def foobar=(foo)
@foo = foo
some_func
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment