Class: YAML::EngineManager

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

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeEngineManager



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

def initialize
  @yamler = nil
end

Instance Attribute Details

#yamlerObject

Returns the value of attribute yamler.



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

def yamler
  @yamler
end

Instance Method Details

#syck?Boolean



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

def syck?
  'syck' == @yamler
end