class Remover::List
Attributes
github_client[RW]
Public Class Methods
new(github_client)
click to toggle source
# File lib/remover/list.rb, line 5 def initialize(github_client) @github_client = github_client end
Public Instance Methods
unused_teams()
click to toggle source
# File lib/remover/list.rb, line 9 def unused_teams teams.delete_if(&:used?) end
Private Instance Methods
teams()
click to toggle source
# File lib/remover/list.rb, line 15 def teams github_client.teams end