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