Skip to content

Commit

Permalink
Remove obsolete reference to HTTParty::BasicObject
Browse files Browse the repository at this point in the history
That class no longer exists. It's been part of the Ruby core since 1.9,
anyway.
  • Loading branch information
adammck committed May 25, 2015
1 parent 6b68021 commit badfd1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cloudapp/httparty.rb
Expand Up @@ -2,7 +2,7 @@

module HTTParty #:nodoc:

class Response < HTTParty::BasicObject #:nodoc:
class Response < ::BasicObject #:nodoc:
def ok?
[200, 201, 202].include?(self.code)
end
Expand Down Expand Up @@ -32,4 +32,4 @@ def setup_raw_request

end

end
end

0 comments on commit badfd1d

Please sign in to comment.