Class: Remap::Path::Output
- Inherits:
-
Unit
- Object
- Unit
- Remap::Path::Output
- Defined in:
- lib/remap/path/output.rb
Overview
Sets the value to a given path
Instance Method Summary collapse
Instance Method Details
#call(state) ⇒ State
19 20 21 22 23 |
# File 'lib/remap/path/output.rb', line 19 def call(state) state.fmap do |value| segments.hide(value) end end |