Sha256: e45411777a4906fa8e6d090c5951d6162a4f9c1409e61d031b639789d76f7902
Contents?: true
Size: 381 Bytes
Versions: 9
Compression:
Stored size: 381 Bytes
Contents
class Brief::Apps::Blueprint::Wireframe include Brief::Model defined_in Pathname(__FILE__) meta do title parent_title sitemap project features category tags 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
9 entries across 9 versions & 1 rubygems