module Architecture::Contentable
Private Instance Methods
content()
click to toggle source
# File lib/architecture/contentable.rb, line 7 def content @content end
context()
click to toggle source
# File lib/architecture/contentable.rb, line 11 def context @context end
data()
click to toggle source
# File lib/architecture/contentable.rb, line 3 def data ::Mustache.render(content, context) end