Class: Remap::Rule::Collection::Empty

Inherits:
Unit
  • Object
show all
Defined in:
lib/remap/rule/support/collection/empty.rb

Overview

Represents an empty rule block

Instance Method Summary collapse

Instance Method Details

#call(state) ⇒ State<T>

Represents an empty define block, without any rules

Parameters:

Returns:



17
18
19
# File 'lib/remap/rule/support/collection/empty.rb', line 17

def call(state)
  state.notice!("No rules, empty block")
end