mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 10:56:11 +02:00
Use #send for private method on 1.9.3
This commit is contained in:
parent
f4495337fc
commit
a5a3700a76
@ -20,7 +20,7 @@ class Fluentd
|
||||
attr_reader :extra_options
|
||||
|
||||
def self.included(base)
|
||||
base.include Fluentd::Agent::ProcessOperation
|
||||
base.send(:include, Fluentd::Agent::ProcessOperation)
|
||||
end
|
||||
|
||||
# define these methods on each Agent class
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user