summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-19 21:57:51 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-19 21:57:51 +0000
commitab7baebb6ddb8ad4b06dfdc0f75fbecba19ca21d (patch)
tree244dc8ce2dd997ec5ee1671e3b285d3cb44b1d25 /lib
parent63f2557b56ca791e9fee0fdeba4ad5f6aa378fe2 (diff)
* complex.c: edited rdoc.
* rational.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23753 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/complex.rb2
-rw-r--r--lib/rational.rb2
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/complex.rb b/lib/complex.rb
index 301879143f..c7c1a03b91 100644
--- a/lib/complex.rb
+++ b/lib/complex.rb
@@ -1,3 +1,5 @@
+# :enddoc:
+
require 'cmath'
unless defined?(Math.exp!)
diff --git a/lib/rational.rb b/lib/rational.rb
index 5acfa5433d..68eec47a58 100644
--- a/lib/rational.rb
+++ b/lib/rational.rb
@@ -1,3 +1,5 @@
+# :enddoc:
+
class Fixnum
alias quof fdiv