diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/e2mmap.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/e2mmap.rb b/lib/e2mmap.rb index c8accadad..ca660a608 100644 --- a/lib/e2mmap.rb +++ b/lib/e2mmap.rb @@ -78,6 +78,7 @@ module Exception2MessageMapper E2MM.Raise(self, err, *rest) end alias Fail Raise + alias fail Raise # def_e2message(c, m) # c: exception |
