# File lib/dm-types/regexp.rb, line 15 def self.typecast(value, property) value.kind_of?(::Regexp) ? value : load(value, property) end