Class: Ezframe::Ht::Ol

Inherits:
List show all
Defined in:
lib/ezframe/ht.rb

Overview

配列を<OL>要素に変換するためのクラス

Instance Attribute Summary

Attributes inherited from List

#tag

Instance Method Summary collapse

Methods inherited from Array

#symbolize_keys

Instance Method Details

#to_h(opts = {}) ⇒ Object



142
143
144
145
# File 'lib/ezframe/ht.rb', line 142

def to_h(opts = {})
  @tag = "ol"
  return super(opts)
end