Consolidate ruby style

This commit is contained in:
Markus Schirp 2014-05-27 15:12:36 +00:00
parent cff1bceaed
commit 5f6ff99ece
30 changed files with 97 additions and 83 deletions

View file

@ -7,7 +7,7 @@ module TestApp
true
end
def command(foo)
def command(_foo)
self
end