Sha256: 88343dcba963cecfc457a7e06441209250d240c64a44b1cc5bc9a30a5434aada
Contents?: true
Size: 407 Bytes
Versions: 6
Compression:
Stored size: 407 Bytes
Contents
module Voom module Presenters module Plugins module <%= classify(name) %> # Helpers are added to all POM in the system automatically when the plugin is included on the POM or globally. module DSLHelpers # Add your methods here def random_fact "http://en.wikipedia.org/wiki/Special:Randompage" end end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems