Module: Reflection::Support

Defined in:
lib/reflection/support.rb,
lib/reflection/support/log.rb,
lib/reflection/support/home.rb

Defined Under Namespace

Classes: Home, Log

Class Method Summary collapse

Class Method Details

.exit_with_error(message) ⇒ Object



7
8
9
10
# File 'lib/reflection/support.rb', line 7

def self.exit_with_error(message)
  Reflection.log.error message
  exit(1)
end