Class: Realize::Value::Blank
- Inherits:
-
Object
- Object
- Realize::Value::Blank
- Defined in:
- lib/realize/value/blank.rb
Overview
Always returns blank string
Instance Method Summary collapse
Instance Method Details
#transform(_resolver, _value, _time, _record) ⇒ Object
16 17 18 |
# File 'lib/realize/value/blank.rb', line 16 def transform(_resolver, _value, _time, _record) '' end |