From e42fe816157d8c6841f9d4032cc3ba309e3cceb2 Mon Sep 17 00:00:00 2001
From: Christoph Hartmann <chris@lollyrock.com>
Date: Thu, 31 Dec 2015 00:31:54 +0100
Subject: [PATCH] fix rubocop lint

---
 lib/train/transports/mock.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/train/transports/mock.rb b/lib/train/transports/mock.rb
index 86e9640f..bd5195cc 100644
--- a/lib/train/transports/mock.rb
+++ b/lib/train/transports/mock.rb
@@ -115,11 +115,11 @@ class File < FileCommon
       attr_accessor m.tr('?', '').to_sym
     end
 
-    def initialize(_runtime, path)
+    def initialize(runtime, path)
       @path = path
       @type = :unknown
       @exist = false
-      @runtime = _runtime
+      @runtime = runtime
     end
 
     def mounted