Sha256: 871e657487dea39ccb556f91073902349c113f62f7fb2684cd27bd9c96a7f366
Contents?: true
Size: 453 Bytes
Versions: 1
Compression:
Stored size: 453 Bytes
Contents
module Munge module Transformer class Tilt class Scope include Munge::Helper::Rendering def initialize(source_path, layouts_path, global_data, source) @source_path = source_path @layouts_path = layouts_path @global_data = global_data @source = source end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
munge-0.2.0 | lib/munge/transformer/tilt/scope.rb |