class VueCompiler::Node::Comment

Attributes

body[R]

Public Class Methods

new(body) click to toggle source
# File lib/vue_component_compiler/node.rb, line 15
def initialize(body)
  @body = body
end