class IDL::Options

def has_key?(k)

def has_key?(k)
  @table.has_key?(k)
end