# File lib/hashery/openobject.rb, line 193
def
fetch
(
k
,
*
d
,
&
b
)
@hash
.
fetch
(
k
.
to_sym
,
*
d
,
&
b
)
end