Sha256: df0e704e868490eb7a959160d3946441bb6648832639f295b4eebfda5d3272eb

Contents?: true

Size: 329 Bytes

Versions: 5

Compression:

Stored size: 329 Bytes

Contents

module Xcake
  class Generator
    include Dependency
    include Plugin
    include Visitor
    extend CoreExtensions::ClassDescendants

    attr_accessor :context

    def initialize(context)
      self.context = context
    end

    def self.plugins_location
      "#{File.dirname(__FILE__)}/generator/*.rb"
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
xcake-0.13.0 lib/xcake/generator.rb
xcake-0.12.1 lib/xcake/generator.rb
xcake-0.12.0 lib/xcake/generator.rb
xcake-0.11.0 lib/xcake/generator.rb
xcake-0.10.0 lib/xcake/generator.rb