Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ruby 2.4 warns to forward private methods #1579

Merged
merged 1 commit into from
May 19, 2017

Commits on May 19, 2017

  1. Ruby 2.4 warns to forward private methods

    Like following:
    /home/travis/build/fluent/fluentd/lib/fluent/log.rb:149:in `debug': Fluent::PluginLogger#event at /home/travis/.rvm/rubies/ruby-2.4.0/lib/ruby/2.4.0/forwardable.rb:156 forwarding to private method Fluent::Log#event
    /home/travis/build/fluent/fluentd/lib/fluent/log.rb:150:in `debug': Fluent::PluginLogger#caller_line at /home/travis/.rvm/rubies/ruby-2.4.0/lib/ruby/2.4.0/forwardable.rb:156 forwarding to private method Fluent::Log#caller_line
    nurse committed May 19, 2017
    Configuration menu
    Copy the full SHA
    0e0228f View commit details
    Browse the repository at this point in the history