Sha256: dad00c728c86527f54aa0c897719dedb5139eccc077c7ed09e47500cc69bd04c
Contents?: true
Size: 515 Bytes
Versions: 1
Compression:
Stored size: 515 Bytes
Contents
module Gator module MXML module RobotLegs class ModuleGenerator < Gator::AS3::KlassGenerator include Gator::Project include WithRobotLegsTemplates include ActAsRobotLegsKlassGenerator include ActAsMXMLKlassGenerator define :command => "module", :usage => "generate RobotLegs mxml module CLASS_NAME", :description => "Creates RobotLegs mxml module." def template_file "mxml/module.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/module.rb |