32 33 34 35
# File 'lib/isodoc/function/lists.rb', line 32 def ol_style(type) type ||= :alphabet OL_STYLE[type.to_sym] end