class Hashie::Clash

def _end!

c.baz!._end! # => c
c.baz!.foo(123) # => c[:baz]
c = Hashie::Clash.new.foo('bar')

chaining. For example:
Jump back up a level if you are using bang method
def _end!
  _parent
end