class LogStash::Filters::SingleValueUpdate::CoerceArray

Public Instance Methods

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