class Bake::Command::Call
Execute one or more commands.
Public Instance Methods
Source
# File vendor/bundle/ruby/3.4.0/gems/bake-0.23.1/lib/bake/command/call.rb, line 17 def bakefile @parent.bakefile end
Source
# File vendor/bundle/ruby/3.4.0/gems/bake-0.23.1/lib/bake/command/call.rb, line 29 def call context = @parent.context context.call(*@commands) end
Source
# File vendor/bundle/ruby/3.4.0/gems/bake-0.23.1/lib/bake/command/call.rb, line 23 def format(output, value) if formatter = OUTPUT[output] formatter.call(value) end end