Module: Yarii::Serializers::YAML::ClassMethods

Defined in:
lib/content_model_mixins.rb

Instance Method Summary collapse

Instance Method Details

#new_from_yaml(yml) ⇒ Object



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

def new_from_yaml(yml)
  new.from_yaml(yml)
end