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