Sha256: f9e113ec6b771d1cf2dc1e4ed5c9c5836002e84cd5e22a011d3558fc38b6936b
Contents?: true
Size: 557 Bytes
Versions: 1
Compression:
Stored size: 557 Bytes
Contents
module Gator module MXML module RobotLegs class ApplicationGenerator < Gator::AS3::KlassGenerator include Gator::Project include WithRobotLegsTemplates include ActAsRobotLegsKlassGenerator include ActAsMXMLKlassGenerator define :command => "application", :short => "app", :usage => "generate RobotLegs mxml application CLASS_NAME", :description => "Creates RobotLegs mxml application." def template_file "mxml/application.mxml.tt" end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gator-as3-robotlegs-0.0.3.pre | lib/gator/mxml/robotlegs/generators/application.rb |