class VueCompiler::Node::Program
Attributes
children[R]
comments[R]
Public Class Methods
new(children, comments = [])
click to toggle source
# File lib/vue_component_compiler/node.rb, line 6 def initialize(children, comments = []) @children = children @comments = comments end