class Phlex::CSV
def initialize(collection)
def initialize(collection) @collection = collection @_headers = [] @_current_row = [] @_current_column_index = 0 @_view_context = nil @_first = true end
def initialize(collection) @collection = collection @_headers = [] @_current_row = [] @_current_column_index = 0 @_view_context = nil @_first = true end