Skip to content

Instantly share code, notes, and snippets.

@coaxial
Created August 15, 2015 18:02
Show Gist options
  • Save coaxial/d9621590f048ea682295 to your computer and use it in GitHub Desktop.
Save coaxial/d9621590f048ea682295 to your computer and use it in GitHub Desktop.
module MyModule
attr_reader :my_method
def my_method
{
foo: "bar"
}
end
end
foo.bar #=> undefined method error :(
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment