# File lib/origin/extensions/string.rb, line 41
      def __mongo_expression__
        start_with?("$") ? self : "$#{self}"
      end