Method: Sass::Tree::CommentNode#value

Defined in:
lib/sass/tree/comment_node.rb

#valueArray<String, Sass::Script::Tree::Node>

The text of the comment, not including /* and */. Interspersed with Script::Tree::Nodes representing #{}-interpolation if this is a loud comment.

Returns:



13
14
15
# File 'lib/sass/tree/comment_node.rb', line 13

def value
  @value
end