Sha256: 19172ae87464c60f0bd22424e7d937276d1494b41b97780a58f6f3d70ff35790
Contents?: true
Size: 487 Bytes
Versions: 31
Compression:
Stored size: 487 Bytes
Contents
class Brief::Apps::Blueprint::Diagram include Brief::Model defined_in Pathname(__FILE__) meta do title subheading project projects personas status String, :in => "draft published" tags Array end content do title "h1:first-of-type" subheading "h2:first-of-type" define_section "Annotations" do each("h2").has(:title => "h2", :paragraphs => "p", :settings => "code") end end end
Version data entries
31 entries across 31 versions & 1 rubygems