class Egads::Command

Public Class Methods

exit_on_failure?() click to toggle source

Always exit on failure

# File lib/egads/command.rb, line 5
def self.exit_on_failure?
  true
end

Public Instance Methods

version() click to toggle source
# File lib/egads/command.rb, line 28
def version
  puts "#{File.basename($0)} #{VERSION}"
end