Class: GroongaPackagesRegressionTest::Command

Inherits:
Thor
  • Object
show all
Defined in:
lib/groonga_packages_regression_test/command.rb

Instance Method Summary collapse

Instance Method Details

#goObject



18
19
20
# File 'lib/groonga_packages_regression_test/command.rb', line 18

def go
  Subcommand::Go.new(Platform::NAMES).run
end

#installObject



13
14
15
# File 'lib/groonga_packages_regression_test/command.rb', line 13

def install
  Subcommand::Install.new(Platform::NAMES).run
end

#pullObject



8
9
10
# File 'lib/groonga_packages_regression_test/command.rb', line 8

def pull
  Subcommand::Pull.new(Platform::NAMES).run
end