class PullRequestSummarizer::Report::Organizations

Public Instance Methods

added() click to toggle source
# File lib/pull_request_summarizer/report/organizations.rb, line 4
def added
  after.organizations - before.organizations
end
removed() click to toggle source
# File lib/pull_request_summarizer/report/organizations.rb, line 8
def removed
  before.organizations - after.organizations
end