#symbolize_keys
112 113 114 115 116 117
# File 'lib/ezframe/materialize.rb', line 112 def to_h list = self.map do |line| Ht.li(class: %w[collection-item], child: line) end return Ht.ul(class: %w[collection], child: list) end