class Gemshine::CLI
Public Instance Methods
path(root_path)
click to toggle source
# File lib/gemshine/cli.rb, line 10 def path(root_path) Command.new(root_path, options).path end
version()
click to toggle source
# File lib/gemshine/cli.rb, line 18 def version Command.new.version end