Module: LitaGithub::Org

Included in:
Lita::Handlers::GithubPR, Lita::Handlers::GithubRepo
Defined in:
lib/lita-github/org.rb

Overview

Github handler common-use Organization methods

Instance Method Summary collapse

Instance Method Details

#organization(name) ⇒ Object



20
21
22
# File 'lib/lita-github/org.rb', line 20

def organization(name)
  name.nil? || name.empty? ? config.default_org : name
end