class YARD::Parser::Ruby::CommentNode
Represents a lone comment block in source
Public Instance Methods
docstring()
click to toggle source
# File lib/yard/parser/ruby/ast_node.rb, line 530 def docstring; first end
Also aliased as: comments
docstring=(value)
click to toggle source
# File lib/yard/parser/ruby/ast_node.rb, line 531 def docstring=(value) end
first_line()
click to toggle source
# File lib/yard/parser/ruby/ast_node.rb, line 535 def first_line; "" end
source()
click to toggle source
# File lib/yard/parser/ruby/ast_node.rb, line 534 def source; "" end