Sha256: fc5bc734adfb160871865371ad956c28344ff9e4b9771239a0b011f369decc65
Contents?: true
Size: 378 Bytes
Versions: 5
Compression:
Stored size: 378 Bytes
Contents
module MasterView module Directives # just eat this output since it is only used for design time class Import < MasterView::DirectiveBase metadata :priority => 'VeryHigh', :category => 'processing', :description => 'Design-time directive to mark a snapshot of generated code' event :element, :render => :nothing end end end
Version data entries
5 entries across 5 versions & 1 rubygems