class LogStash::Filters::SingleValueUpdate::CoerceOther
Public Instance Methods
call(source)
click to toggle source
# File lib/logstash/filters/single_value_update.rb, line 12 def call(source) source.to_s end