Class: Decode::Comment::Text

Inherits:
Object
  • Object
show all
Defined in:
lib/decode/comment/text.rb

Overview

A structured comment.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(line) ⇒ Text

Returns a new instance of Text.



27
28
29
# File 'lib/decode/comment/text.rb', line 27

def initialize(line)
	@line = line
end

Instance Attribute Details

#lineObject (readonly)

Returns the value of attribute line.



31
32
33
# File 'lib/decode/comment/text.rb', line 31

def line
  @line
end

Instance Method Details

#traverseObject



33
34
# File 'lib/decode/comment/text.rb', line 33

def traverse
end