a={}; abc *a will convert {} to []

master nanostone-1
Denis Knauf 2010-03-29 19:59:34 +02:00
parent 9a31e65fa3
commit fb5f7dfc47
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ opts[:server] = if ARGV[1]
end
opts[:server][1] = opts[:server][1].to_i
logan = LogAn::Inc::Main.new *opts
logan = LogAn::Inc::Main.new opts
begin
logan.main
rescue Object