def initialize(sections)
    @sections = sections

    section_methods = [:method_name]
    unless sections.is_a?(Array) && sections.all? { |item| section_methods.all? { |method| item.respond_to?(method) } }