lib/csv_decision/table.rb in csv_decision-0.3.0 vs lib/csv_decision/table.rb in csv_decision-0.3.1

- old
+ new

@@ -75,14 +75,9 @@ end end # @api private def initialize - @columns = nil - @file = nil - @index = nil - @options = nil - @outs_functions = nil @outs_rows = [] @if_rows = [] @rows = [] @scan_rows = [] end \ No newline at end of file