Class: YAML::DummyEngine

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

Overview

define temporary dummy YAML::ENGINE.yamler to init SafeYAML::YAML_ENGINE with ‘psych’ see also github.com/dtao/safe_yaml/blob/0.9.7/lib/safe_yaml.rb#L6

Class Method Summary collapse

Class Method Details

.yamlerObject



12
13
14
# File 'lib/gb_mapfish_appserver/engine.rb', line 12

def self.yamler
  "psych"
end