# File lib/criteria/mysql.rb, line 82 def initialize(tbl, cols, res) @tbl = tbl @res = res @cols = cols.select { |x| x if x.is_a? Symbol } end