summaryrefslogtreecommitdiff
path: root/lib
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
commit1edc2ccc44a6d0ecc09a2de21e0a61f98a034c9f (patch)
treef9c81327fd52030c58812dbf50c308ff59aa60a9 /lib
parent85911c410a6b367ba3555f5e86c8e33db37344af (diff)
remove debug message
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4157 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/complex.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/complex.rb b/lib/complex.rb
index 2ee7274a1c..039510ee2f 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.