If arguments are provided, use them to set the columns for this dataset and return self. Otherwise, use the default Sequel behavior and return the columns.
# File lib/sequel/adapters/mock.rb, line 350 def columns(*cs) if cs.empty? super else @columns = cs self end end
Generated with the Darkfish Rdoc Generator 2.