Method: IsoDoc::Function::Lists#ol_style

Defined in:
lib/isodoc/function/lists.rb

#ol_style(type) ⇒ Object



32
33
34
35
# File 'lib/isodoc/function/lists.rb', line 32

def ol_style(type)
  type ||= :alphabet
  OL_STYLE[type.to_sym]
end