Class: ChemScanner::ElementMap

Inherits:
Hash
  • Object
show all
Defined in:
lib/chem_scanner/extension/element_map.rb

Instance Method Summary collapse

Instance Method Details

#except(id) ⇒ Object



5
6
7
# File 'lib/chem_scanner/extension/element_map.rb', line 5

def except(id)
  reject { |key, _| key == id }
end