From 774609abe936dbb153a9a45acc6349912ad49ba9 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 21 Sep 2006 08:47:03 +0000 Subject: * string.c (rb_str_startwith): a new method to check if a string starts with given prefix. * string.c (rb_str_endwith): the opposite of String#startwith?. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10984 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index eecd31481..c2d1cd20c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Sep 21 17:44:49 2006 Yukihiro Matsumoto + + * string.c (rb_str_startwith): a new method to check if a string + starts with given prefix. + + * string.c (rb_str_endwith): the opposite of String#startwith?. + Thu Sep 21 16:29:02 2006 WATANABE Hirofumi * rubytest.rb: use each_line instead of each. -- cgit