# File lib/twitter/cli/models/account.rb, line 29
  def to_s
    "#{current? ? '*' : ' '} #{username}"
  end