# File lib/appraisal/path.rb, line 22 def for_dup if @options.empty? "path #{@source.inspect} do\n#{indent(super)}\nend" else "path #{@source.inspect}, #{Utils.format_string(@options)} do\n" + "#{indent(super)}\nend" end end