Class: Remap::Rule::Set
- Inherits:
-
Concrete
- Object
- Concrete
- Remap::Rule::Set
- Defined in:
- lib/remap/rule/set.rb
Overview
Set path to a static value
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
28 29 30 |
# File 'lib/remap/rule/set.rb', line 28 def call(...) rule.call(...).then(&path) end |