class VueCompiler::Node::Text

Attributes

content[R]

Public Class Methods

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