Sha256: 2b9bcf512759a9d8a6a92b2da4f8b603c07f34bacef15559378dae7134738abd
Contents?: true
Size: 219 Bytes
Versions: 16
Compression:
Stored size: 219 Bytes
Contents
require 'molinillo' module Xcake class Generator include Dependency include Plugin include Visitor attr_accessor :context def initialize(context) self.context = context end end end
Version data entries
16 entries across 16 versions & 1 rubygems