Method: Infostrada::Commands.editions

Defined in:
lib/infostrada/commands.rb

.editionsObject



13
14
15
16
17
18
# File 'lib/infostrada/commands.rb', line 13

def editions
  get_editions.each do |edition|
    print_id_col(edition.id)
    print "#{edition.competition_name} #{edition.season}\n".bold
  end
end