Class: PointBlank::Parsing::NullOverlay

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

Overview

Class of parsers that process the paragraph after it finished collection

Class Method Summary collapse

Instance 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

Stub

Returns:

  • (Boolean)


804
805
806
# File 'lib/mmmd/blankshell.rb', line 804

def self.begin?(_line)
  false
end

Instance Method Details

#process(_block, lazy: false) ⇒ nil, Class

Process block after it closed

Parameters:

Returns:

  • (nil, Class)


812
# File 'lib/mmmd/blankshell.rb', line 812

def process(_block, lazy: false); end