Method: EacRubyUtils::Ruby::Command#initialize
- Defined in:
- lib/eac_ruby_utils/ruby/command.rb
#initialize(bundle_args, extra_options = {}) ⇒ Command
Returns a new instance of Command.
10 11 12 13 |
# File 'lib/eac_ruby_utils/ruby/command.rb', line 10 def initialize(bundle_args, = {}) host_env = .delete(:host_env) super(host_env || ::EacRubyUtils::Envs.local, bundle_args, ) end |