Module: SimpleCsvCreator
- Defined in:
- lib/simple_csv_creator.rb,
lib/simple_csv_creator/column.rb,
lib/simple_csv_creator/version.rb,
lib/simple_csv_creator/generator.rb
Overview
end
Defined Under Namespace
Constant Summary collapse
- VERSION =
"1.0.0"
Class Method Summary collapse
Class Method Details
.schema(&block) ⇒ Object
45 46 47 48 49 |
# File 'lib/simple_csv_creator.rb', line 45 def self.schema(&block) csv_creator = SimpleCsvCreator::Generator.new csv_creator.instance_eval(&block) csv_creator end |