Sha256: afb99f621c42198f4b3975e194cd75e5a19b6c93a16e466077bdfcf447e0023d
Contents?: true
Size: 298 Bytes
Versions: 1
Compression:
Stored size: 298 Bytes
Contents
class Brief::Apps::Blueprint::Persona include Brief::Model defined_in Pathname(__FILE__) meta do title icon end content do title "h1:first-of-type" summary "p:first-of-type" define_section("Requirements") do each(:li).has(:content => "li") end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
brief-1.12.4 | apps/blueprint/models/persona.rb |