# File lib/dm-types/regexp.rb, line 7
      def load(value)
        ::Regexp.new(value) unless value.nil?
      end