Sha256: adc46c5e01d2f6507417ebea98499faa85924d7cac4813b0cc23e3ad010433b5
Contents?: true
Size: 303 Bytes
Versions: 4
Compression:
Stored size: 303 Bytes
Contents
# frozen_string_literal: true class Scarpe module <%= argument %> def self.included(includer) <%# add display propeties below... for this example :background_color is added as display_property %> includer.display_property(:background_color) end # Write any methods here! end end
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
scarpe-0.2.2 | templates/module_template.erb |
lacci-0.2.1 | templates/module_template.erb |
scarpe-0.2.1 | templates/module_template.erb |
scarpe-0.2.0 | templates/module_template.erb |