Class: RbYAML::SafeLoader

Inherits:
CommonLoader show all
Defined in:
lib/rbyaml/loader.rb

Instance Attribute Summary

Attributes inherited from CommonLoader

#composer, #constructor, #parser, #resolver, #scanner

Instance Method Summary collapse

Constructor Details

#initialize(stream) ⇒ SafeLoader

Returns a new instance of SafeLoader.



29
30
31
# File 'lib/rbyaml/loader.rb', line 29

def initialize(stream)
  super(stream,Scanner,Parser,Composer,SafeConstructor,Resolver)
end