detect_implicit( val )
Detect typing of a string
# File lib/yaml.rb, line 327 def YAML.detect_implicit( val ) resolver.detect_implicit( val ) end