Skip to content

Commit

Permalink
* golf_prelude.rb (Enumerator#inspect): avoid warning.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21751 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
eban committed Jan 23, 2009
1 parent 834e748 commit 3e76849
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Fri Jan 23 17:24:31 2009 WATANABE Hirofumi <[email protected]>

* golf_prelude.rb (Enumerator#inspect): avoid warning.

Fri Jan 23 15:12:52 2009 Nobuyoshi Nakada <[email protected]>

* lib/mkmf.rb (mkintpath): new function which converts native path
Expand Down
1 change: 1 addition & 0 deletions golf_prelude.rb
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,6 @@ def #{meth}(*args, &block)
to_a.#{meth}(*args, &block)
end"
}
alias old_inspect inspect
alias inspect old_to_s
end

0 comments on commit 3e76849

Please sign in to comment.