Skip to content

Commit

Permalink
Remove redundant initialize args
Browse files Browse the repository at this point in the history
  • Loading branch information
aanand committed Jan 27, 2011
1 parent ccb6a26 commit 317343c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion bin/git-up
Expand Up @@ -2,5 +2,5 @@

require 'git-up'

GitUp.new(ARGV).run
GitUp.new.run

3 changes: 0 additions & 3 deletions lib/git-up.rb
Expand Up @@ -2,9 +2,6 @@
require 'grit'

class GitUp
def initialize(args)
end

def run
get_repo

Expand Down

0 comments on commit 317343c

Please sign in to comment.