Module: ToeTag::ExceptionBehavior

Included in:
Exception, ExceptionSpec
Defined in:
lib/toe_tag.rb

Instance Method Summary collapse

Instance Method Details

#with_message(message) ⇒ Object



18
19
20
# File 'lib/toe_tag.rb', line 18

def with_message(message)
  MessageSpec.new(message, self)
end