summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-05-14 09:44:14 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-05-14 09:44:14 +0000
commit4728cab6e7d739a48d5da32f55826dd13edfee73 (patch)
tree2f5ae7d2c71118f974a4897a0d85099ea7cbfcab /lib
parent675f59cb49d5379869ffb57d6d58e0aebf407769 (diff)
downloadruby-4728cab6e7d739a48d5da32f55826dd13edfee73.tar.gz
ruby-4728cab6e7d739a48d5da32f55826dd13edfee73.tar.xz
ruby-4728cab6e7d739a48d5da32f55826dd13edfee73.zip
* regex.c (re_match_exec): \Z changed to be consistent with new $
(endbuf) behavior. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3792 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/rational.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rational.rb b/lib/rational.rb
index a0f0b06f8..ccbbddd76 100644
--- a/lib/rational.rb
+++ b/lib/rational.rb
@@ -271,7 +271,7 @@ class Integer
self
end
- def denomerator
+ def denomirator
1
end