summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-11 11:15:24 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-11 11:15:24 +0000
commit789a210d1f6f4fe809a4c148dd7771812870932c (patch)
tree2989c2743d5224a25180f8d0cb6ffb4ec1e65036 /doc
parent44aa9fe4184342e323f7cc343950db7f753fe45a (diff)
downloadruby-789a210d1f6f4fe809a4c148dd7771812870932c.tar.gz
ruby-789a210d1f6f4fe809a4c148dd7771812870932c.tar.xz
ruby-789a210d1f6f4fe809a4c148dd7771812870932c.zip
Add String#getbyte and String#setbyte.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/NEWS b/doc/NEWS
index 5966d70ac..11482e67b 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -146,6 +146,7 @@ Compatible
* String
o String#clear
o String#ord
+ o String#getbyte, String#setbyte
o String#encoding
o String#force_encoding
o String#unpack with a block