DecodeSourceDecodeCommentText

class Text

A structured comment.

Definitions

def initialize(line)

Initialize a new text node.

Signature

parameter line String

The text content.

Implementation

def initialize(line)
	@line = line
end

def traverse

Traverse the text node.

Implementation

def traverse
end