Sha256: cbc311a66b8b6ff42bcb77ffa81e5d4038a8b3e5c0ae64d20d76167e5cc75e0a
Contents?: true
Size: 381 Bytes
Versions: 30
Compression:
Stored size: 381 Bytes
Contents
class Brief::Apps::Blueprint::Mockup include Brief::Model defined_in Pathname(__FILE__) meta do title parent_title image sitemap project category annotations Hash tags Array 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