Sha256: fad5ed1cb5bb6f7b3da2b935d7ae55b1c19fa385287e4a170b38f30aaa171e3c
Contents?: true
Size: 655 Bytes
Versions: 20
Compression:
Stored size: 655 Bytes
Contents
class Brief::Apps::Blueprint::Release include Brief::Model defined_in Pathname(__FILE__) meta do title status personas project tags Array projects Array end content do paragraph "p:first-of-type" paragraphs "p" title "h1:first-of-type", :hide => true tagline "h2:first-of-type", :hide => true yaml_data "code.yaml:first-of-type", :serialize => :yaml, :hide => true define_section "Features" do each("h2").has(:title => "h2", :paragraph => "p:first-of-type", :components => "p:first-of-type strong" ) end end end
Version data entries
20 entries across 20 versions & 1 rubygems