Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/dnsimpler/try.rb

Instance Method Summary collapse

Instance Method Details

#try(key) ⇒ Object



4
5
6
# File 'lib/dnsimpler/try.rb', line 4

def try(key)
  return send("[]", key)
end