# File lib/hammer_cli/output/dsl.rb, line 39
    def from(key)
      self.current_path.push key
      yield if block_given?
      self.current_path.pop
    end