class YAMLScript
def self.load(ys_code, **options)
require 'yamlscript'
@example
Interface with the libys shared library.
def self.load(ys_code, **options) new(**options).load(ys_code) end
def self.load(ys_code, **options) new(**options).load(ys_code) end