wmoxam (owner)

Revisions

gist: 192069 Download_button fork
public
Public Clone URL: git://gist.github.com/192069.git
Embed All Files: show embed
Ruby #
1
2
3
4
5
6
7
8
class Test
  def self.a=(b)
    return 'hello'
  end
end
 
irb(main):011:0> Test.a = 3
=> 3