lib/idonethis/use_cases/git.rb in idonethis-cli-0.15.0 vs lib/idonethis/use_cases/git.rb in idonethis-cli-0.19.0
- old
+ new
@@ -1,8 +1,8 @@
module Idonethis::UseCases
module Git
class << self
- def apply(_, args={})
+ def apply(args={})
log = args[:log] || fail("You need to supply :log adapter")
git = args[:git] || fail("You need to supply :git adapter")
view = args[:view] || fail("You need to supply :view adapter")
fs = args[:fs] || fail("You need to supply :fs adapter")
since = args[:since] || 'today'