Sha256: bebc6153be113942da4533471331845fe7ba4848ab41b117d8be5de046f05cda
Contents?: true
Size: 397 Bytes
Versions: 30
Compression:
Stored size: 397 Bytes
Contents
class Brief::Apps::Blueprint::Wireframe include Brief::Model defined_in Pathname(__FILE__) meta do title parent_title image sitemap project features category tags Array annotations Hash end content do define_section("System Interactions") do each("h2").has(:title => "h2", :paragraph => "p:first-of-type", :link => "a") end end end
Version data entries
30 entries across 30 versions & 1 rubygems