Class: Fluent::Plugin::RecordTransformerFilter::RubyPlaceholderExpander::CleanroomExpander

Inherits:
Object
  • Object
show all
Defined in:
lib/fluent/plugin/filter_record_transformer.rb

Instance Method Summary collapse

Instance Method Details

#expand(__str_to_eval__, tag, time, record, tag_parts, tag_prefix, tag_suffix, hostname) ⇒ Object



312
313
314
# 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