Sha256: 5f2aa962b9b3e17db298e051f8a5a6b29713098c945a13289ea07177283f1917
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" create_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.3 | apps/blueprint/models/persona.rb |