summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-25 05:38:13 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-25 05:38:13 +0000
commit9667125d93b7876f63157fee62c701a520528a3e (patch)
treef9c81327fd52030c58812dbf50c308ff59aa60a9
parent2ad4213ec55d801f3f39382c5e31e49467b29a15 (diff)
downloadruby-9667125d93b7876f63157fee62c701a520528a3e.tar.gz
ruby-9667125d93b7876f63157fee62c701a520528a3e.tar.xz
ruby-9667125d93b7876f63157fee62c701a520528a3e.zip
remove debug message
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4157 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--lib/complex.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/complex.rb b/lib/complex.rb
index 2ee7274a1..039510ee2 100644
--- a/lib/complex.rb
+++ b/lib/complex.rb
@@ -415,7 +415,6 @@ end
class Fixnum
unless defined? 1.power!
alias power! **
- p [__FILE__, defined? 1.power!]
end
# Redefined to handle a Complex argument.