class RDoc::Markup::ToICalPal

def accept_list_item_start(arg)

Options Hash: (**arg)
  • .label (String) -- Contains the property name

Parameters:
  • arg (RDoc::Markup::ListItem) --
def accept_list_item_start(arg)
  @res << (@opts[:ps][@ps] || '    ') unless @item['placeholder']
  @res << colorize(*LABEL_COLOR, arg.label) << ': ' unless @opts[:npn] || NO_LABEL.any?(arg.label)
  @ps += 1 unless @ps == @opts[:ps].count - 1
end