Sha256: 3e0c03344d3b65c91513529a13bf86dc322cbab37b4db5c321b77bd3189dddae
Contents?: true
Size: 393 Bytes
Versions: 12
Compression:
Stored size: 393 Bytes
Contents
class Brief::Apps::Blueprint::Feature include Brief::Model defined_in Pathname(__FILE__) meta do title status :in => %w(draft published) epic_title end template :file => "feature.md.erb" content do persona "p strong:first-child" behavior "p strong:second-child" goal "p strong:third-child" end actions do def sync_with_github end end end
Version data entries
12 entries across 12 versions & 1 rubygems