Class: LogStash::Filters::ArrayOfValuesUpdate::CoerceOther
- Inherits:
-
Object
- Object
- LogStash::Filters::ArrayOfValuesUpdate::CoerceOther
- Defined in:
- lib/logstash/filters/array_of_values_update.rb
Instance Method Summary collapse
Instance Method Details
#call(source) ⇒ Object
9 |
# File 'lib/logstash/filters/array_of_values_update.rb', line 9 def call(source) Array(source); end |