Sha256: d834d654aee0a412c51ac3d1b45538d631a6b52edad6b68d5ce370fce2404d62
Contents?: true
Size: 211 Bytes
Versions: 1
Compression:
Stored size: 211 Bytes
Contents
module Infoboxer # Templates are cool, powerful and undocumented. Sorry :( # # I do my best. module Templates %w[base set].each do |tmpl| require_relative "templates/#{tmpl}" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
infoboxer-0.1.0 | lib/infoboxer/templates.rb |