diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-16 05:46:28 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-16 05:46:28 +0000 |
| commit | 89ff3c2541e12eb86b3a92b37801159d32b7fbd2 (patch) | |
| tree | 19324d8449764dd3061d4f886c4998b6d4dce68b /lib | |
| parent | 26101288eb58100ff394413a391fa6389e12a2ec (diff) | |
| download | ruby-89ff3c2541e12eb86b3a92b37801159d32b7fbd2.tar.gz ruby-89ff3c2541e12eb86b3a92b37801159d32b7fbd2.tar.xz ruby-89ff3c2541e12eb86b3a92b37801159d32b7fbd2.zip | |
* lib/e2mmap.rb (E2MM.def_e2message): typo.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17356 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/e2mmap.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/e2mmap.rb b/lib/e2mmap.rb index ca660a608..b8d1d44f3 100644 --- a/lib/e2mmap.rb +++ b/lib/e2mmap.rb @@ -105,7 +105,7 @@ module Exception2MessageMapper # {[class, exp] => message, ...} @MessageMap = {} - # E2MM.def_exception(k, e, m) + # E2MM.def_e2message(k, e, m) # k: class to define exception under. # e: exception # m: message_form |
