I'm looking at the documentation for FileUtils.
(我正在查看FileUtils的文档。)
I'm confused by the following line: (我对以下几行感到困惑:)
FileUtils.cp %w(cgi.rb complex.rb date.rb), '/usr/lib/ruby/1.6'
What does the %w
mean?
(%w
是什么意思?)
Can you point me to the documentation? (你能指点我的文件吗?)
ask by Dane O'Connor translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…