class LogStash::Filters::ArrayOfValuesUpdate::CoerceOther

Public Instance Methods

call(source) click to toggle source
# File lib/logstash/filters/array_of_values_update.rb, line 9
def call(source) Array(source); end