the @by_name.merge! in load_module of mib.rb is setting the value to nil because no value is returned by the code block that generates the warning message. To correct this please add the line - value after the warning message so the block will return the value from the 'oid_hash' hash.
the @by_name.merge! in load_module of mib.rb is setting the value to nil because no value is returned by the code block that generates the warning message. To correct this please add the line - value after the warning message so the block will return the value from the 'oid_hash' hash.