# File lib/aruba/api.rb, line 418
      def dir(dir)
        return unless @options[:dir]
        print "$ cd #{dir}"
      end