Create boolean readers for the class using the columns from the new dataset.
# File lib/sequel/plugins/boolean_readers.rb, line 35 def set_dataset(*args) super create_boolean_readers self end