Sha256: 580a86cee1d1906b5f85cae5f387f9703808def1eb62deeee3be9098d08bc976
Contents?: true
Size: 294 Bytes
Versions: 27
Compression:
Stored size: 294 Bytes
Contents
require 'parlour' module FooBar class Plugin < Parlour::Plugin def generate(root) root.create_module('Foo') do |foo| foo.add_comment('This is an example plugin!') foo.create_module('Bar') foo.create_module('Bar', interface: true) end end end end
Version data entries
27 entries across 27 versions & 1 rubygems