class GroongaPackagesRegressionTest::Command

Public Instance Methods

go() click to toggle source
# File lib/groonga_packages_regression_test/command.rb, line 18
def go
  Subcommand::Go.new(Platform::NAMES).run
end
install() click to toggle source
# File lib/groonga_packages_regression_test/command.rb, line 13
def install
  Subcommand::Install.new(Platform::NAMES).run
end
pull() click to toggle source
# File lib/groonga_packages_regression_test/command.rb, line 8
def pull
  Subcommand::Pull.new(Platform::NAMES).run
end