class Fluent::Plugin::RecordTransformerFilter::RubyPlaceholderExpander::CleanroomExpander
Public Instance Methods
expand(__str_to_eval__, tag, time, record, tag_parts, tag_prefix, tag_suffix, hostname)
click to toggle source
# File lib/fluent/plugin/filter_record_transformer.rb, line 312 def expand(__str_to_eval__, tag, time, record, tag_parts, tag_prefix, tag_suffix, hostname) instance_eval(__str_to_eval__) end