module CsvShaper
2
Constants
- VERSION
Public Class Methods
Source
# File lib/csv_shaper.rb, line 19 def self.configure(&block) CsvShaper::Shaper.configure(&block) end
Source
# File lib/csv_shaper.rb, line 15 def self.encode(options = {}, &block) CsvShaper::Shaper.encode(options, &block) end
Shortcut the encode method