From ae8463b03c8882da342f0d4318175ab950280f0b Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 16 May 2003 17:19:41 +0000 Subject: * lib/rational.rb (Integer::denominator): fixed typo. (ruby-bugs-ja:PR#466) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3810 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 ccbbddd767..e0a364246b 100644 --- a/lib/rational.rb +++ b/lib/rational.rb @@ -271,7 +271,7 @@ class Integer self end - def denomirator + def denominator 1 end -- cgit v1.2.3