Method: Bake::Base#call

Defined in:
lib/bake/base.rb

#call(*arguments) ⇒ Object

Proxy a method call using command line arguments through to the Context instance.



63
64
65
# File 'lib/bake/base.rb', line 63

def call(*arguments)
	self.context.call(*arguments)
end