Sergey Blohin

Avatar
  • Total activity 3
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 1
  • Sergey Blohin created a post,
    Answered

    Method 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...