Method: IsoDoc::Function::Lists#ol_style

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

#ol_style(type) ⇒ Object



18
19
20
21
# File 'lib/isodoc/function/lists.rb', line 18

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