Sha256: 38680520ff10a5c304f1690f74d87e0178441c5722e86407f10a27796a17385d
Contents?: true
Size: 299 Bytes
Versions: 5
Compression:
Stored size: 299 Bytes
Contents
require 'thor' require 'thor/group' require 'thor/actions' module Gator class Runner < Command include Thor::Actions def self.start Gator::Util.initialize_files super end desc "version", "Show Gator version" def version say "Gator --pre" end end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
gator-0.0.19.pre | lib/gator/runner.rb |
gator-0.0.17.pre | lib/gator/runner.rb |
gator-0.0.16.pre | lib/gator/runner.rb |
gator-0.0.14.pre | lib/gator/runner.rb |
gator-0.0.13.pre | lib/gator/runner.rb |