Sha256: f7a5da826625f0cf2c5fb98adb93b7910999799f554dddbbcc8d6a529766c5e0

Contents?: true

Size: 449 Bytes

Versions: 1

Compression:

Stored size: 449 Bytes

Contents

module Gator
  module AS3

    class GeneratorCollection < Gator::Command
      define :on => Gator::GenerateCommand, :as => "as3",
             :usage => "generate as3 GENERATOR", :description => "Generators for AS3."
    end

    class TestGeneratorCollection < Gator::Command
      define :on => GeneratorCollection, :as => "test",
             :usage => "generate as3 test GENERATOR", :description => "TestGenerators for AS3."
    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gator-0.0.14.pre lib/gator/generators/as3/collections.rb