Method: RDKit::Configuration::ClassMethods#set
- Defined in:
- lib/rdkit/configuration.rb
#set(key, value) ⇒ Object
24 25 26 |
# File 'lib/rdkit/configuration.rb', line 24 def set(key, value) @@instance.config[key] = value end |
24 25 26 |
# File 'lib/rdkit/configuration.rb', line 24 def set(key, value) @@instance.config[key] = value end |