Class YamlExTest::A
In: lib/core_ex/yaml.rb
Parent: String

Methods

Public Class methods

[Source]

# File lib/core_ex/yaml.rb, line 241
      def self.yaml_load ( val )
        A.new(val)
      end

Public Instance methods

[Source]

# File lib/core_ex/yaml.rb, line 235
      def is_complex_yaml?
        true
      end

[Source]

# File lib/core_ex/yaml.rb, line 238
      def to_yaml_string
        to_s
      end

[Validate]