aboutsummaryrefslogtreecommitdiffstats
path: root/lib/e2mmap.rb
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-27 21:09:46 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-27 21:09:46 +0000
commit2f40495328954002d747048e77446325e62b8403 (patch)
treedc94556dc41183b829e27da01dda0815c9e06445 /lib/e2mmap.rb
parent430e0ce4913ad868d8c60ba3e5a0936d0f47af72 (diff)
downloadruby-2f40495328954002d747048e77446325e62b8403.tar.gz
Cleaning up syntax warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/e2mmap.rb')
-rw-r--r--lib/e2mmap.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/e2mmap.rb b/lib/e2mmap.rb
index ac2fb2dd49..74e0f36577 100644
--- a/lib/e2mmap.rb
+++ b/lib/e2mmap.rb
@@ -146,7 +146,7 @@ module Exception2MessageMapper
E2MM.Fail E2MM, ErrNotRegisteredException, err.inspect
end
end
- class <<E2MM
+ class << E2MM
alias Fail Raise
end
@@ -160,7 +160,7 @@ module Exception2MessageMapper
end
nil
end
- class <<self
+ class << self
alias message e2mm_message
end