module Omnitest::Shell

Constants

AVAILABLE_OPTIONS

Attributes

shell[W]

Public Instance Methods

cli() click to toggle source
# File lib/omnitest/shell.rb, line 23
def cli
  @cli ||= Thor::Shell::Base.shell
end
shell() click to toggle source
# File lib/omnitest/shell.rb, line 17
def shell
  @shell ||= RUBY_PLATFORM == 'java' ? BuffShellOutExecutor.new : MixlibShellOutExecutor.new
end