Sergey Blohin
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Edited Method invocation may produce 'NoMethodError'
AnsweredI have some code: # frozen_string_literal: truerequire 'httpclient'client = HTTPClient.newresponse = client.get 'https://httpbin.org/get'body = response.bodyputs body Why RubyMine have warning abou...