Sha256: e50a9437b4090342ca4fb30b3df951b498b2249e5468a5b423009fe4ebef4f2c
Contents?: true
Size: 273 Bytes
Versions: 14
Compression:
Stored size: 273 Bytes
Contents
class Brief::Apps::Blueprint::Roadmap include Brief::Model meta do title subheading end content do define_section "Milestones" do each("h2").has(:title => "h2", :due_date => "li:first-of-type", :paragraph => "p:first-of-type") end end end
Version data entries
14 entries across 14 versions & 1 rubygems