Skip to content

Commit

Permalink
Fix redundant Util:: namespacing
Browse files Browse the repository at this point in the history
On line 5 the reference to `Util` resolves to the class that was just opened on line 4, so `Util::` is redundant.
  • Loading branch information
EiNSTeiN- committed Apr 5, 2018
1 parent fc1536d commit 3d34be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/webmock/util/hash_counter.rb
Expand Up @@ -2,7 +2,7 @@

module WebMock
module Util
class Util::HashCounter
class HashCounter
attr_accessor :hash
def initialize
self.hash = {}
Expand Down

0 comments on commit 3d34be7

Please sign in to comment.