Class: PointBlank::Parsing::NullOverlay
- Inherits:
-
NullParser
- Object
- NullParser
- PointBlank::Parsing::NullOverlay
- Defined in:
- lib/mmmd/blankshell.rb
Overview
Class of parsers that process the paragraph after it finished collection
Direct Known Subclasses
Class Method Summary collapse
-
.begin?(_line) ⇒ Boolean
Stub.
Instance Method Summary collapse
-
#process(_block, lazy: false) ⇒ nil, Class
Process block after it closed.
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
Stub
805 806 807 |
# File 'lib/mmmd/blankshell.rb', line 805 def self.begin?(_line) false end |
Instance Method Details
#process(_block, lazy: false) ⇒ nil, Class
Process block after it closed
813 |
# File 'lib/mmmd/blankshell.rb', line 813 def process(_block, lazy: false); end |