Method: OpenHAB::DSL.transform
- Defined in:
- lib/openhab/dsl.rb
.transform(type, function, value) ⇒ String
Applies a transformation of a given type with some function to a value.
577 578 579 |
# File 'lib/openhab/dsl.rb', line 577 def transform(type, function, value) Transformation.transform(type, function, value) end |