Class: Avm::EacRubyBase1::Rubocop::Command::Build
- Inherits:
-
Object
- Object
- Avm::EacRubyBase1::Rubocop::Command::Build
- Defined in:
- lib/avm/eac_ruby_base1/rubocop/command/build.rb
Instance Method Summary collapse
Instance Method Details
#result ⇒ EacRubyUtils::Ruby::Command
12 13 14 15 16 17 |
# File 'lib/avm/eac_ruby_base1/rubocop/command/build.rb', line 12 def result %i[execution_callback gemfile] .inject(::EacRubyUtils::Envs.local.command(*owner.build_args)) do |a, e| send("apply_for_#{e}", a) end end |