Method: Litbuild::Blueprint#target_name
- Defined in:
- lib/litbuild/blueprint.rb
#target_name ⇒ Object
168 169 170 171 172 173 174 |
# File 'lib/litbuild/blueprint.rb', line 168 def target_name if active_phase "#{name}::#{active_phase}" else name end end |