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