From 2d3e270d1a5fa2c150965934f41582b3c30d9f04 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 27 Sep 2006 12:45:29 +0000 Subject: * string.c (rb_str_startwith): rename startwith? to start_with?, endwith? to endwith?, respectively. [ruby-talk:216685] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11041 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d17e4ef88..783fb0c37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Sep 27 21:21:08 2006 Yukihiro Matsumoto + + * string.c (rb_str_startwith): rename startwith? to start_with?, + endwith? to endwith?, respectively. [ruby-talk:216685] + Wed Sep 27 13:29:01 2006 Yukihiro Matsumoto * lib/cgi.rb (CGI::TagMaker::nOE_element_def): replace to_s by -- cgit