TODO: warn when deprecated
# File lib/fluent/compat/input.rb, line 27 def initialize super unless self.class.ancestors.include?(Fluent::Compat::CallSuperMixin) self.class.prepend Fluent::Compat::CallSuperMixin end end
# File lib/fluent/compat/input.rb, line 40 def before_shutdown super end
# File lib/fluent/compat/input.rb, line 44 def shutdown super end
These definitions are to get instance methods of superclass of 3rd party plugins to make it sure to call super
# File lib/fluent/compat/input.rb, line 36 def start super end