# File lib/facets/core/kernel/yaml.rb, line 4
def
yaml
(
*
args
,
&
blk
)
YAML
.
load
(
*
args
,
&
blk
)
end