Sha256: 0029259558c1dcc4818b515a3fb3db1eb2ef08abedec9b72d81f61bd3b04584f
Contents?: true
Size: 311 Bytes
Versions: 10
Compression:
Stored size: 311 Bytes
Contents
module <%= plugin_module_name %> class Processor include Climatic::Script::UnimplementedProcessor include Climatic::Proxy include PowerStencil::Project::Proxy def execute puts '<%= main_entry_point.upcase %> PLUGIN WAZ HERE' puts_and_logs config[].to_yaml end end end
Version data entries
10 entries across 10 versions & 1 rubygems