module Yarii::Serializers::YAML::ClassMethods

Public Instance Methods

new_from_yaml(yml) click to toggle source
# File lib/content_model_mixins.rb, line 18
def new_from_yaml(yml)
  new.from_yaml(yml)
end