# File lib/mongoid/extensions/string/inflections.rb, line 102
        def reader
          writer? ? gsub("=", "") : self
        end