Class: Ezframe::Ht::Ol
Overview
配列を<OL>要素に変換するためのクラス
Instance Attribute Summary
Attributes inherited from List
Instance Method Summary collapse
Methods inherited from Array
Instance Method Details
#to_h(opts = {}) ⇒ Object
137 138 139 140 |
# File 'lib/ezframe/ht.rb', line 137 def to_h(opts = {}) @tag = "ol" return super(opts) end |