Sha256: 3e621c1b794c33119d9ac3c1eaeea3c1f39396e48919545ba6246f716b69d265
Contents?: true
Size: 358 Bytes
Versions: 2
Compression:
Stored size: 358 Bytes
Contents
module Gator module AS3 class GeneratorCollection < Gator::Command register_command Gator::GenerateCommand, "as3", "generate as3 GENERATOR", "Generators for AS3" end class TestGeneratorCollection < Gator::Command register_command GeneratorCollection, "test", "generate as3 test GENERATOR", "TestGenerators for AS3" end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gator-0.0.13.pre | lib/gator/generators/as3/collections.rb |
gator-0.0.12.pre | lib/gator/generators/as3/collections.rb |