* golf_prelude.rb (Object.say): derived from Perl 5.10.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14771 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
eb1014e4ae
commit
f413b83814
@ -1,3 +1,7 @@
|
||||
Fri Dec 28 20:18:42 2007 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||
|
||||
* golf_prelude.rb (Object.say): derived from Perl 5.10.
|
||||
|
||||
Fri Dec 28 19:39:34 2007 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* encoding.c (rb_locale_encoding): should check return value from
|
||||
|
@ -20,6 +20,8 @@ class Object
|
||||
def quine(src = $0)
|
||||
SCRIPT_LINES__[src].join
|
||||
end
|
||||
|
||||
alias say puts
|
||||
end
|
||||
|
||||
class Integer
|
||||
|
Loading…
x
Reference in New Issue
Block a user