Class: Reponaut::Application::LanguagePresenter

Inherits:
Presenter show all
Defined in:
lib/reponaut/presenter.rb

Instance Method Summary collapse

Instance Method Details

#format(repo) ⇒ Object



14
15
16
17
# File 'lib/reponaut/presenter.rb', line 14

def format(repo)
  line = super
  line += " [#{repo.language}]"
end