Sha256: 6b8c63d8ec7601b37eee88992178aa8cf73d84d8844062120c01094f112d135f
Contents?: true
Size: 230 Bytes
Versions: 4
Compression:
Stored size: 230 Bytes
Contents
module Reflection module Support autoload :Home, 'reflection/support/home' autoload :Log, 'reflection/support/log' def self.exit_with_error(message) puts message exit(1) end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
reflection-0.4.1 | lib/reflection/support.rb |
reflection-0.4.0 | lib/reflection/support.rb |
reflection-0.3.1 | lib/reflection/support.rb |
reflection-0.0.2 | lib/reflection/support.rb |