class Xcake::Generator

Attributes

context[RW]

Public Class Methods

new(context) click to toggle source
# File lib/xcake/generator.rb, line 10
def initialize(context)
  self.context = context
end
plugins_location() click to toggle source
# File lib/xcake/generator.rb, line 14
def self.plugins_location
  "#{File.dirname(__FILE__)}/generator/*.rb"
end