Sha256: 6c05ba148e9626604908aad0db6da0c11ceae800361d7ea00c46f06930afd0c9
Contents?: true
Size: 298 Bytes
Versions: 3
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 => "p") end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
brief-1.12.7 | apps/blueprint/models/persona.rb |
brief-1.12.6 | apps/blueprint/models/persona.rb |
brief-1.12.5 | apps/blueprint/models/persona.rb |