class ERBLint::Linters::ArgumentMappers::Helpers::ErbBlock
def erb_blocks(attribute)
def erb_blocks(attribute) (attribute.value_node&.children || []).select { |n| n.try(:type) == :erb } end
def erb_blocks(attribute) (attribute.value_node&.children || []).select { |n| n.try(:type) == :erb } end