From 84a52c6c7a0fb69c81a6add6d1201ea21024bf14 Mon Sep 17 00:00:00 2001 From: Arun Agrawal Date: Wed, 12 Sep 2012 09:27:19 +0530 Subject: warning removed. 1. Unused variable 2. possibly useless use of a variable in void context --- actionpack/test/fixtures/ruby_template.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'actionpack/test/fixtures/ruby_template.rb') diff --git a/actionpack/test/fixtures/ruby_template.rb b/actionpack/test/fixtures/ruby_template.rb index d99833a24d..5097bce47c 100644 --- a/actionpack/test/fixtures/ruby_template.rb +++ b/actionpack/test/fixtures/ruby_template.rb @@ -1,3 +1,2 @@ body = "" body << ["Hello", "from", "Ruby", "code"].join(" ") -body -- cgit v1.2.3