Class: PointBlank::Parsing::UnderlineParser Abstract

Inherits:
NullParser
  • Object
show all
Defined in:
lib/mmmd/blankshell.rb

Overview

This class is abstract.

Underline parser

Direct Known Subclasses

SetextParserLV1, SetextParserLV2

Class Method Summary collapse

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.

Parameters:

  • line (String)

Returns:

  • (boolean)


474
475
476
# File 'lib/mmmd/blankshell.rb', line 474

def self.begin?(_line)
  false
end