Skip to content

Instantly share code, notes, and snippets.

@nicholasf
Created November 11, 2009 05:55
Show Gist options
  • Save nicholasf/231706 to your computer and use it in GitHub Desktop.
Save nicholasf/231706 to your computer and use it in GitHub Desktop.
#why doesn't this exist?
class Foo
attr_accessor :two, :one
end
foo = Foo.new("two", "one")
foo.one.should eql "one"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment