Method: CiteProc::Attributes::ClassMethods#create
- Defined in:
- lib/citeproc/attributes.rb
#create(parameters) ⇒ Object
134 135 136 137 138 |
# File 'lib/citeproc/attributes.rb', line 134 def create(parameters) create!(parameters) rescue nil end |