Vlad Yermakov

Results 3 issues of Vlad Yermakov

Hi there I've observed a false positive for UtilityFunction when class methods are defined under `class_methods` block of `ActiveSupport::Concern` For instance ```ruby module SomeModule extend ActiveSupport::Concern class_methods do def some_method(arg1,...

As feedbag uses `URI.parse` and `Open::URI` we've started getting tons of errors like the following: ``` URI::InvalidURIError: URI must be ascii only "https://www.rehabsociety.org.hk/zh-hant/\u4E3B\u9801/feed/" ``` Workaround here is to escape the...

Hi there, we're using a fork of your library at Lyft, and some time ago bumped into the issue with TCP socket, describing the issue below: Turns out TCP socket...