Class: Psych::EngineManager

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

Overview

For compatibility, deprecated

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeEngineManager

:nodoc:



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

def initialize # :nodoc:
  @yamler = 'psych'
end

Instance Attribute Details

#yamlerObject

:nodoc:



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

def yamler
  @yamler
end

Instance Method Details

#syck?Boolean

:nodoc:

Returns:

  • (Boolean)


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

def syck? # :nodoc:
  false
end