Class: Csv2Psql::Output
- Inherits:
-
Object
- Object
- Csv2Psql::Output
- Defined in:
- lib/csv2psql/output/output.rb
Overview
Output/writer/executor class
Instance Method Summary collapse
Instance Method Details
#write(str) ⇒ Object
9 10 11 |
# File 'lib/csv2psql/output/output.rb', line 9 def write(str) puts str end |