Class: YAML::EngineManager

Inherits:
Object
  • Object
show all
Defined in:
lib/yaml.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeEngineManager

Returns a new instance of EngineManager.



20
21
22
# File 'lib/yaml.rb', line 20

def initialize
  @yamler = nil
end

Instance Attribute Details

#yamlerObject

Returns the value of attribute yamler



18
19
20
# File 'lib/yaml.rb', line 18

def yamler
  @yamler
end

Instance Method Details

#syck?Boolean

Returns:

  • (Boolean)


24
25
26
# File 'lib/yaml.rb', line 24

def syck?
  'syck' == @yamler
end