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.
try_implicit( obj )
public
Apply any implicit a node may qualify for
# File lib/yaml.rb, line 348
def YAML.try_implicit( obj )
YAML.transfer( YAML.detect_implicit( obj ), obj )
end