Class: EacRubyUtils::Yaml
Class Method Summary collapse
Class Method Details
.load_common(string) ⇒ Object
8 9 10 |
# File 'lib/eac_ruby_utils/yaml.rb', line 8 def load_common(string) ::YAML.safe_load(string, [::Symbol, ::Date]) end |