Sha256: e4b1746f8dac0ec9e613db9a9b3216c321c7f0ebd1785a0f8efdc2882cc1d481
Contents?: true
Size: 460 Bytes
Versions: 9
Compression:
Stored size: 460 Bytes
Contents
class Brief::Apps::Blueprint::Diagram include Brief::Model defined_in Pathname(__FILE__) meta do title subheading projects personas status String, :in => "draft published" 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
9 entries across 9 versions & 1 rubygems