[Source]
# File lib/core_ex/proc.rb, line 59 def yaml_load ( val ) DumpableProc.new(val.to_s) end
[Validate]