Method: Explorer::Hostmap#remove

Defined in:
lib/explorer/hostmap.rb

#remove(domain) ⇒ Object



17
18
19
# File 'lib/explorer/hostmap.rb', line 17

def remove domain
  @mappings.delete domain
end