Class: YARD::Parser::Ruby::CommentNode
  
  
  
Overview
  
    
Represents a lone comment block in source
   
 
  
  
    
      Managing node state
      collapse
    
    
  
  
  
  
  
  
    Instance Method Details
    
      
  
  
    #docstring  ⇒ Object 
  
  
    Also known as:
    
    
  
  
  
    | 
531 | # File 'lib/yard/parser/ruby/ast_node.rb', line 531
def docstring; first end | 
 
    
      
  
  
    #docstring=(value)  ⇒ Object 
  
  
  
  
    | 
532 | # File 'lib/yard/parser/ruby/ast_node.rb', line 532
def docstring=(value) end | 
 
    
      
  
  
    #first_line  ⇒ Object 
  
  
  
  
    | 
536 | # File 'lib/yard/parser/ruby/ast_node.rb', line 536
def first_line; "" end | 
 
    
      
  
  
    #source  ⇒ Object 
  
  
  
  
    | 
535 | # File 'lib/yard/parser/ruby/ast_node.rb', line 535
def source; "" end |