sferik / twitter-ruby

A Ruby interface to the Twitter API.
http://www.rubydoc.info/gems/twitter
MIT License
4.58k stars 1.31k forks source link

Clarify the method definition that receiving a block #966

Closed unasuke closed 4 years ago

unasuke commented 4 years ago

Proc.new and proc with no block in a method called with a block is warned from ruby 2.7.

before after
Screenshot from 2020-01-18 03-32-01 Screenshot from 2020-01-18 03-33-03