Sergey Blohin

Avatar
  • Total activity 3
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 1
  • Edited

    Method invocation may produce 'NoMethodError'

    Answered
    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...
    • 2 followers
    • 1 comment
    • 0 votes