require "element_view" class ListView < ElementView def initialize @elements = [] end end