Skip to content

Consider adding a note to README about Hash#method_missing implementation #3

@buren

Description

@buren
hash = {}
hash.foo
# => NoMethodError: undefined method `foo' for {}:Hash

require 'virus_total'
hash = {}
hash.foo
# => nil

core_extensions.rb#L2 changes the behaviour of Hashes in the entire application/system that requires this gem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions