Sha256: 5aa38e46b37ef4ccc3ec948aad826f8250c6587c324e8ea2b354825c14d05da2
Contents?: true
Size: 270 Bytes
Versions: 6
Compression:
Stored size: 270 Bytes
Contents
require 'thor' require 'marv/cli' require 'marv/global' module Marv def self.root ::File.expand_path(::File.join(::File.dirname(__FILE__), '..')) end end trap 'SIGINT' do puts puts puts ::Time.now.strftime('%T') + ' - INFO - Bye bye...' exit 130 end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
marv-0.6.5 | lib/marv.rb |
marv-0.6.4 | lib/marv.rb |
marv-0.6.3 | lib/marv.rb |
marv-0.6.2 | lib/marv.rb |
marv-0.6.1 | lib/marv.rb |
marv-0.6.0 | lib/marv.rb |