Skip to content

Commit

Permalink
fix rubocop lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Dec 30, 2015
1 parent 7595d2d commit e42fe81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/train/transports/mock.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e42fe81

Please sign in to comment.