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