biv (owner)

Revisions

gist: 231706 Download_button fork
public
Public Clone URL: git://gist.github.com/231706.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
#why doesn't this exist?
 
class Foo
  attr_accessor :two, :one
end
 
foo = Foo.new("two", "one")
foo.one.should eql "one"