Module: Reflection::Support
- Defined in:
- lib/reflection/support.rb,
lib/reflection/support/log.rb,
lib/reflection/support/home.rb
Defined Under Namespace
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() Reflection.log.error exit(1) end |