class Xporter::Exporter

Public Class Methods

inherited(other) click to toggle source

reset so that each subclass has it's own collection

# File lib/xporter/exporter.rb, line 18
def self.inherited(other)
  other._columns = []
end