Exception: Hudkins::ArgumentError

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/hudkins/errors.rb

Instance Method Summary collapse

Instance Method Details

#<<(msg) ⇒ Object



3
4
5
# File 'lib/hudkins/errors.rb', line 3

def << (msg)
  self.message << "\n" + msg
end