summaryrefslogtreecommitdiff
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
commite49797ddedaca7df8c2dff59d010b8894d0edd3b (patch)
tree2989c2743d5224a25180f8d0cb6ffb4ec1e65036 /doc
parent5f88f72e1d67bb6e94a5b09acfda5e548ee339c2 (diff)
Add String#getbyte and String#setbyte.
git-svn-id: svn+ssh://ci.ruby-lang.org/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 5966d70ac3..11482e67be 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