class ActionView::RenderParser::RipperASTParser::Node

def initialize(type, arr, opts = {})

def initialize(type, arr, opts = {})
  @type = type
  super(arr)
end