# File lib/virtus/attribute/boolean.rb, line 48 def define_accessor_methods(attribute_set) super attribute_set.define_reader_method(self, "#{name}?", options[:reader]) end