Sha256: 91b6c3e9055bca77500f4a612e49a371b82d7c9942dc3280ac97722830ce3a1c
Contents?: true
Size: 122 Bytes
Versions: 8
Compression:
Stored size: 122 Bytes
Contents
module Blueprints module FileContext def self.blueprint(plan, &block) Plan.new(plan, &block) end end end
Version data entries
8 entries across 8 versions & 2 rubygems