Module: Fluent::Helpers
- Included in:
- Pipeline
- Defined in:
- lib/fluent/pipeline/helpers.rb
Instance Method Summary collapse
Instance Method Details
#with_undefined_method_handle ⇒ Object
3 4 5 6 7 |
# File 'lib/fluent/pipeline/helpers.rb', line 3 def with_undefined_method_handle yield rescue NoMethodError => e raise Fluent::UndefinedPipeMethod, e.name end |