class Geminabox::Server

def index_gems(gems)

def index_gems(gems)
  Set.new(gems.map{|gem| gem.name[0..0].downcase})
end