B
Brad
All:
This may be mentioned somewhere, but I have yet to see an explanation
of what the difference between:
Class#method
and
Class.method
is in the documentation.
For instance, in the ProgrammingRuby.chm that is shipped with Ruby
the following two references were found (both on same page):
IO#each_byte
and
IO.foreach
I don't suspect it's a big deal, however, not knowing is really
nagging at me.
Regards,
Brad
This may be mentioned somewhere, but I have yet to see an explanation
of what the difference between:
Class#method
and
Class.method
is in the documentation.
For instance, in the ProgrammingRuby.chm that is shipped with Ruby
the following two references were found (both on same page):
IO#each_byte
and
IO.foreach
I don't suspect it's a big deal, however, not knowing is really
nagging at me.
Regards,
Brad