Method: Foreplay#terminate

Defined in:
lib/foreplay.rb

#terminate(message) ⇒ Object



14
15
16
# File 'lib/foreplay.rb', line 14

def terminate(message)
  raise message
end