Skip to content

Instantly share code, notes, and snippets.

@etiennebarrie
Created April 14, 2016 19:55
Show Gist options
  • Save etiennebarrie/322b3694597c60c3e2aa25dacbb8a13d to your computer and use it in GitHub Desktop.
Save etiennebarrie/322b3694597c60c3e2aa25dacbb8a13d to your computer and use it in GitHub Desktop.
class Lol
attr_accessor :foo?
end
lol = Lol.new
lol.foo? = 42
p lol.foo?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment