Sha256: 4cf97b5dbd5b46814ac7b34bce70893aa87f37b769e92e07e5d155352aa76dd0
Contents?: true
Size: 282 Bytes
Versions: 9
Compression:
Stored size: 282 Bytes
Contents
Coprl::Presenters.define(:markup, namespace: :plugins) do helpers Demo::Helpers::IndentedGrid attach :top_nav attach :plugin_drawer plugin :markup page_title 'Markup' indented_grid do markup "<h1>Hello Cruel World</h1>" attach :code, file: __FILE__ end end
Version data entries
9 entries across 9 versions & 1 rubygems