Method: Val::Instance#key

Defined in:
lib/val.rb

#key(key) ⇒ Object



145
146
147
# File 'lib/val.rb', line 145

def key key
  keys[key]
end