Method: Pouch::Elements#ordered_list
- Defined in:
- lib/pouch/elements.rb
#ordered_list(name, identifier, *args, &block) ⇒ Object
72 73 74 |
# File 'lib/pouch/elements.rb', line 72 def ordered_list name, identifier, *args, &block element :ol, name, identifier, args, &block end |