summaryrefslogtreecommitdiff
path: root/lib/e2mmap.rb
diff options
context:
space:
mode:
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