Class: Foxtail::Bundle::Parser::AST::Comment

Inherits:
Data
  • Object
show all
Defined in:
lib/foxtail/bundle/parser/ast.rb

Overview

Comment entry for FTL comments

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



137
# File 'lib/foxtail/bundle/parser/ast.rb', line 137

Comment = Data.define(:content)