try_convert(p1) public

Try to convert obj into a String, using to_str method. Returns converted regexp or nil if obj cannot be converted for any reason.

String.try_convert("str")     # => str
String.try_convert(/re/)      # => nil
Show source
Register or log in to add new notes.