method

emit

v1_8_7_330 - Show latest stable - Class: YAML::BaseNode
emit()
public

No documentation available.

# File lib/yaml/basenode.rb, line 210
        def emit
            transform.to_yaml
        end