Method: Decode::Comment::Node#text

Defined in:
lib/decode/comment/node.rb

#textObject

Any lines of text associated wtih this node.



59
60
61
62
63
# File 'lib/decode/comment/node.rb', line 59

def text
	if text = self.extract_text
		return text if text.any?
	end
end