class IDL::Options

def merge!(from, *keys)

def merge!(from, *keys)
  _merge(@table, from, *keys)
  self
end