--000e0cd2435cf39c3d0484a2f2cd Content-Type: text/plain; charset=ISO-8859-1 On Mon, Apr 19, 2010 at 1:56 AM, Eric Hodel <drbrain / segment7.net> wrote: > I've seen no de-facto mapping in the community of Foo.bar to either > Foo::bar or Foo#bar. > In Japanese Ruby community, it's likely that Foo.bar refers to Foo::bar, the class method. For instance, in Japanese Ruby Reference Manual ( http://doc.okkez.net/192/view/ -- it's in Japanese, sorry), Foo.bar is the primary way to describe Foo::bar. In addition, Foo.#bar is used to describe a module function bar of module Foo. --000e0cd2435cf39c3d0484a2f2cd Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Mon, Apr 19, 2010 at 1:56 AM, Eric Hodel <span dir="ltr"><drbrain / segment7.net></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> I've seen no de-facto mapping in the community of Foo.bar to either Foo::bar or Foo#bar.<br></blockquote><div><br>In Japanese Ruby community, it's likely that Foo.bar refers to Foo::bar, the class method.<br>For instance, in Japanese Ruby Reference Manual (http://doc.okkez.net/192/view/ -- it's in Japanese, sorry),<br> Foo.bar is the primary way to describe Foo::bar.<br><br>In addition, Foo.#bar is used to describe a module function bar of module Foo.<br></div></div> --000e0cd2435cf39c3d0484a2f2cd--