Sergey Blohin
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Sergey Blohin created a post, AnsweredMethod invocation may produce 'NoMethodError'
I 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...