# File lib/her/model/orm.rb, line 132 def toggle(attribute) attributes[attribute] = !public_send("#{attribute}?") self end