class Putcstst::CSVPrinter

class Error < StandardError; end

Public Class Methods

new(filepath) click to toggle source
# File lib/putcstst.rb, line 8
def initialize(filepath)
  @file = filepath
end

Public Instance Methods

print() click to toggle source