diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-06-27 17:18:43 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-06-27 17:18:43 +0200 |
commit | 77cacf27b6afd6da9201252854472b89d93c2d80 (patch) | |
tree | c451896a2dcd4a8420a17f8c8b469351a777f88f /lib | |
parent | 675eec2cac3585c6d23da79540d64dfb3d2fbe68 (diff) | |
download | edoors-ruby-77cacf27b6afd6da9201252854472b89d93c2d80.zip edoors-ruby-77cacf27b6afd6da9201252854472b89d93c2d80.tar.gz |
Iota: increase NoMethodError verbosity
Diffstat (limited to 'lib')
-rw-r--r-- | lib/edoors/iota.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/edoors/iota.rb b/lib/edoors/iota.rb index e63aca0..2f0bb9b 100644 --- a/lib/edoors/iota.rb +++ b/lib/edoors/iota.rb @@ -75,7 +75,7 @@ module Edoors # @raise NoMethodError # def receive_p p - raise NoMethodError.new "receive_p(p) must be overridden" + raise NoMethodError.new "#{self.path} receive_p(p) must be overridden" end # end |