Method: CiteProc::Attributes::ClassMethods#create!

Defined in:
lib/citeproc/attributes.rb

#create!(parameters) ⇒ Object



140
141
142
# File 'lib/citeproc/attributes.rb', line 140

def create!(parameters)
  new.merge(parameters)
end