Module: Agilib::Composer

Extended by:
Composer
Included in:
Composer
Defined in:
lib/agilib/composer/command.rb,
lib/agilib/composer/composer.rb,
lib/agilib/composer/templater.rb

Defined Under Namespace

Classes: Command, NotSupportedError, Templater

Instance Method Summary collapse

Instance Method Details

#optionsObject



20
21
22
# File 'lib/agilib/composer/composer.rb', line 20

def options
	@_options || Hash.new
end

#options=(opt) ⇒ Object



16
17
18
# File 'lib/agilib/composer/composer.rb', line 16

def options=(opt)
	@_options = opt
end

#template_runnerObject



12
13
14
# File 'lib/agilib/composer/composer.rb', line 12

def template_runner
  File.join(File.dirname(__FILE__), 'templates', 'runner.rb')
end