mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix rdoc
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6292 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f55d6c9298
commit
227ec51ff2
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed May 12 11:51:08 2004 Dave Thomas <dave@pragprog.com>
|
||||
|
||||
* class.c (rb_obj_singleton_methods): fix rdoc
|
||||
|
||||
Mon May 10 22:28:14 2004 Minero Aoki <aamine@loveruby.net>
|
||||
|
||||
* lib/net/protocol.rb (each_crlf_line): remove junk line.
|
||||
|
|
2
class.c
2
class.c
|
@ -747,10 +747,12 @@ rb_class_public_instance_methods(argc, argv, mod)
|
|||
* a = Single.new
|
||||
*
|
||||
* def a.one()
|
||||
* end
|
||||
*
|
||||
* class << a
|
||||
* include Other
|
||||
* def two()
|
||||
* end
|
||||
* end
|
||||
*
|
||||
* Single.singleton_methods #=> ["four"]
|
||||
|
|
Loading…
Reference in a new issue