class RuboCop::Cop::Lint::NoHTTParty

@example

# bad
HTTParty.get(..)

# good
TimedRequest.get(...)