/ Published in: Ruby
Expand |
Embed | Plain Text
class Foo def initialize @bar end def bar=(bar) @bar = bar end end
You need to login to post a comment.
class Foo def initialize @bar end def bar=(bar) @bar = bar end end
You need to login to post a comment.