Sha256: af0d6fa43ee9f7fc668b927eb7217e391f99cc220aa9de078944a007992c8bc4
Contents?: true
Size: 385 Bytes
Versions: 31
Compression:
Stored size: 385 Bytes
Contents
class Brief::Apps::Blueprint::Roadmap include Brief::Model defined_in Pathname(__FILE__) meta do title subheading tags Array end content do title "h1:first-of-type" subheading "h2:first-of-type" define_section "Milestones" do each("h2").has(:title => "h2", :due_date => "h3:first-of-type", :paragraph => "p:first-of-type") end end end
Version data entries
31 entries across 31 versions & 1 rubygems