Project

General

Profile

« Previous | Next » 

Revision b215df84

Added by Dmitri Dolguikh about 8 years ago

Fixes #14461 - removed :method_missing from Proxy::Settings::Plugin

OpenStruct always returned 'nil' when calling methods for non-existing keys. Before ruby 2.3 methods for keys were defined during OpenStruct instantiation.
Starting with ruby 2.3 methods for members of the OpenStruct are defined lazily, via method_missing. Our override of the method was breaking OpenStruct (and
as a consequence Proxy::Settings::Plugin).
  • added
  • modified
  • copied
  • renamed
  • deleted