Skip to content

Commit

Permalink
* object.c: Fix indentation of Class#inherited example.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
drbrain committed Mar 16, 2012
1 parent ea6511c commit db3bce1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Sat Mar 17 06:56:58 2012 Eric Hodel <drbrain@segment7.net>

* object.c: Fix indentation of Class#inherited example.

Sat Mar 17 01:46:05 2012 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>

* string.c (trnext): fix bug with string ending with '\\'.
Expand Down
6 changes: 3 additions & 3 deletions object.c
Original file line number Diff line number Diff line change
Expand Up @@ -627,9 +627,9 @@ rb_obj_tap(VALUE obj)
* Example:
*
* class Foo
* def self.inherited(subclass)
* puts "New subclass: #{subclass}"
* end
* def self.inherited(subclass)
* puts "New subclass: #{subclass}"
* end
* end
*
* class Bar < Foo
Expand Down

0 comments on commit db3bce1

Please sign in to comment.