summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2016-05-25 13:00:41 +0200
committerAzul <azul@riseup.net>2016-05-25 13:00:41 +0200
commit5c0fa0fb7b10820f2956807cb457421bf1e00708 (patch)
treecb1cb31ba7a59fb2c70ce4fa853c83ad38ad1d4d /Rakefile
parent80e8ce856c8b9305327db1038f356b2b62da10bb (diff)
rubocop: fix unused block params
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index c1eb913..3a207d5 100644
--- a/Rakefile
+++ b/Rakefile
@@ -26,7 +26,7 @@ $spec = eval(File.read(File.join($base_dir, $spec_path)))
$gem_path = File.join($base_dir, 'pkg', "#{$spec.name}-#{$spec.version}.gem")
def run(cmd)
- PTY.spawn(cmd) do |output, input, pid|
+ PTY.spawn(cmd) do |output, _input, _pid|
begin
while line = output.gets do
puts line