Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_9_1_378) is shown here.
detect_implicit( val )
public
Detect typing of a string
# File lib/yaml.rb, line 327
def YAML.detect_implicit( val )
resolver.detect_implicit( val )
end