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

#recursively_symbolize_keys

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