class EacRubyUtils::Ruby::Command

A [EacRubyUtils::Envs::Command] which runs in a clean Ruby environment.

def duplicate(command, extra_options)

def duplicate(command, extra_options)
  self.class.new(gem, command, extra_options)
end

def initialize(bundle_args, extra_options = {})

def initialize(bundle_args, extra_options = {})
  host_env = extra_options.delete(:host_env)
  super(host_env || ::EacRubyUtils::Envs.local, bundle_args, extra_options)
end