Sha256: 9fe2b7d1932279ed8cd261bf89be2e85477e3c83013438c3e0a64bd81fb334c5
Contents?: true
Size: 182 Bytes
Versions: 7
Compression:
Stored size: 182 Bytes
Contents
require "coolkit" # Ruby code generator. module Ginny QUOTE = '"'.freeze INDENT = " ".freeze end Dir.glob(File.join(__dir__, "ginny", "**/*.rb")).each { |file| require file }
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
ginny-0.6.3 | lib/ginny.rb |
ginny-0.6.2 | lib/ginny.rb |
ginny-0.6.1 | lib/ginny.rb |
ginny-0.6.0 | lib/ginny.rb |
ginny-0.5.4 | lib/ginny.rb |
ginny-0.5.3 | lib/ginny.rb |
ginny-0.5.2 | lib/ginny.rb |