# File lib/hammer_cli/abstract.rb, line 56
    def initialize(*args)
      super
      context[:path] ||= []
      context[:path] << self
    end