Class: PointBlank::Parsing::UnderlineParser Abstract
- Inherits:
 - 
      NullParser
      
        
- Object
 - NullParser
 - PointBlank::Parsing::UnderlineParser
 
 
- Defined in:
 - lib/mmmd/blankshell.rb
 
Overview
  This class is abstract.
  
Underline parser
Direct Known Subclasses
Class Method Summary collapse
- 
  
    
      .begin?(_line)  ⇒ boolean 
    
    
  
  
  
  
  
  
  
  
  
    
Checks whether a paragraph underline is on this line.
 
Methods inherited from NullParser
#close, #consume, #initialize, #parsed_content
Constructor Details
This class inherits a constructor from PointBlank::Parsing::NullParser
Class Method Details
.begin?(_line) ⇒ boolean
Checks whether a paragraph underline is on this line. Should match an entire underline.
      474 475 476  | 
    
      # File 'lib/mmmd/blankshell.rb', line 474 def self.begin?(_line) false end  |