about summary refs log tree commit homepage
path: root/lib/yahns.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/yahns.rb')
-rw-r--r--lib/yahns.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/yahns.rb b/lib/yahns.rb
index 5e5875a..d48b34d 100644
--- a/lib/yahns.rb
+++ b/lib/yahns.rb
@@ -30,7 +30,7 @@ module Yahns # :nodoc:
   #
   #   Yahns::START[0] = "/home/bofh/2.0.0/bin/yahns"
   START = {
-    :argv => ARGV.map { |arg| arg.dup },
+    :argv => ARGV.map(&:dup),
     0 => $0.dup,
   }