1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* text format

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5363 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nahi 2004-01-01 15:47:52 +00:00
parent 776ab7d147
commit eee1377a60

View file

@ -46,7 +46,6 @@ Tue Dec 30 12:30:30 2003 Dave Thomas <dave@pragprog.com>
class and a method have the same name, finding Xxx.abc was trying class and a method have the same name, finding Xxx.abc was trying
to find 'abc' in method 'Xxx', not class 'Xxx'. to find 'abc' in method 'Xxx', not class 'Xxx'.
Tue Dec 30 08:32:32 2003 Dave Thomas <dave@pragprog.com> Tue Dec 30 08:32:32 2003 Dave Thomas <dave@pragprog.com>
* lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_method): * lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_method):
@ -54,7 +53,6 @@ Tue Dec 30 08:32:32 2003 Dave Thomas <dave@pragprog.com>
def each_entry(&b) Dir.foreach(@path) {|f| yield P.new(f) } end def each_entry(&b) Dir.foreach(@path) {|f| yield P.new(f) } end
Tue Dec 30 07:30:00 2003 Gavin Sinclair <gsinclair@soyabean.com.au> Tue Dec 30 07:30:00 2003 Gavin Sinclair <gsinclair@soyabean.com.au>
* lib/pathname.rb: Added documentation. * lib/pathname.rb: Added documentation.