Class: Remap::Rule::Collection
- Inherits:
-
Abstract
- Object
- Abstract
- Remap::Rule::Collection
- Defined in:
- lib/remap/rule/support/collection.rb,
lib/remap/rule/support/collection/empty.rb,
lib/remap/rule/support/collection/filled.rb
Overview
Represents a block defined by a rule
Defined Under Namespace
Instance Method Summary collapse
- #call(state) ⇒ State abstract
Instance Method Details
#call(state) ⇒ State
This method is abstract.
14 15 16 |
# File 'lib/remap/rule/support/collection.rb', line 14 def call(state) raise NotImplementedError, "#{self.class}#call not implemented" end |