From 4728cab6e7d739a48d5da32f55826dd13edfee73 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 14 May 2003 09:44:14 +0000 Subject: * 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 --- lib/rational.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rational.rb') 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 -- cgit