# File lib/stella/utils.rb, line 92
    def ico?(a)
      a.slice(0, 3) == [0.chr, 0.chr, 1.chr].join
    end