class Decode::Comment::Text

A structured comment.

Attributes

line[R]

Public Class Methods

new(line) click to toggle source
# File lib/decode/comment/text.rb, line 27
def initialize(line)
        @line = line
end

Public Instance Methods

traverse() click to toggle source
# File lib/decode/comment/text.rb, line 33
def traverse
end