G
guoxiaotian
what's the purpose of Ruby's Foo#bar notation(what's wrong with
Foo.bar)? does this mean class Foo's instance method bar or Foo's class
method bar, or both?
ri command seems support both.
Foo.bar)? does this mean class Foo's instance method bar or Foo's class
method bar, or both?
ri command seems support both.