```ruby hash = {} hash.foo # => NoMethodError: undefined method `foo' for {}:Hash require 'virus_total' hash = {} hash.foo # => nil ``` [core_extensions.rb#L2](https://github.com/rubycop/virus_total/blob/93914430c825116296f1ecf2775c50c16a24baff/lib/core_extentions.rb#L2) changes the behaviour of `Hash`es in the entire application/system that requires this gem.