Sha256: 42ed5edf9f3236315e4db69771206a756bcd094a7c2a555ba6be8c276fd05185
Contents?: true
Size: 251 Bytes
Versions: 3
Compression:
Stored size: 251 Bytes
Contents
require 'comma_pile/line_parser' require 'comma_pile/pivot_node' require 'comma_pile/report' require 'comma_pile/config' module CommaPile def self.new config = CommaPile::Config.new yield(config) CommaPile::Report.new(config) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jeremyf-comma_pile-0.1.0 | lib/comma_pile.rb |
jeremyf-comma_pile-0.1.1 | lib/comma_pile.rb |
jeremyf-comma_pile-0.1.2 | lib/comma_pile.rb |