Class: Bake::Command::Call

Inherits:
Samovar::Command
  • Object
show all
Defined in:
lib/bake/command/call.rb

Instance Method Summary collapse

Instance Method Details

#bakefileObject



32
33
34
# File 'lib/bake/command/call.rb', line 32

def bakefile
	@parent.bakefile
end

#callObject



38
39
40
41
42
# File 'lib/bake/command/call.rb', line 38

def call
	context = @parent.context
	
	context.call(*@commands)
end