Sha256: 4eb1c1b4fb9d0bee801832257484e6a548e85fac752831edd3a548a1fbf89440

Contents?: true

Size: 310 Bytes

Versions: 4

Compression:

Stored size: 310 Bytes

Contents

require File.dirname(__FILE__) + '/klass'

module Gator
  module AS3

    class GeneratorCollection < Gator::Command

      define :command => "as3",
             :usage => "generate as3 GENERATOR", :description => "Generators for AS3."

      register_subcommand Gator::AS3::ClassGenerator

    end

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gator-as3-0.0.7.pre lib/gator/as3/generators/collection.rb
gator-as3-0.0.6.pre lib/gator/as3/generators/collection.rb
gator-as3-0.0.5.pre lib/gator/as3/generators/collection.rb
gator-as3-0.0.2.pre lib/gator/as3/collection.rb