Class: Remap::Rule::Collection::Empty
- Inherits:
-
Unit
- Object
- Unit
- Remap::Rule::Collection::Empty
- Defined in:
- lib/remap/rule/support/collection/empty.rb
Overview
Represents an empty rule block
Instance Method Summary collapse
-
#call(state) ⇒ State<T>
Represents an empty define block, without any rules.
Instance Method Details
#call(state) ⇒ State<T>
Represents an empty define block, without any rules
17 18 19 |
# File 'lib/remap/rule/support/collection/empty.rb', line 17 def call(state) state.notice!("No rules, empty block") end |