Sha256: b9efa074b67f49a18f50190274b83391bb5d9a941b820a9cb156b42da882a6f1
Contents?: true
Size: 260 Bytes
Versions: 30
Compression:
Stored size: 260 Bytes
Contents
module <%= gem_class_name %> class Interface # required interface def vars Vars.new.data end <% if @options[:pr] %> # optional interface # uncomment to use def comment(url) Pr.new.comment(url) end <% end -%> end end
Version data entries
30 entries across 30 versions & 1 rubygems