Sha256: a2a9109a25d8e1caba6dd7cba1ea326ef28a9a9d5e8f96ce1f44712a46d70c91
Contents?: true
Size: 212 Bytes
Versions: 25
Compression:
Stored size: 212 Bytes
Contents
require 'rubygems' require 'ticketmaster' require 'ticketmaster-lighthouse' # display list of projects tm = TicketMaster.new(:lighthouse) tm.projects.each {|project| puts "#{project.id} - #{project.name}" }
Version data entries
25 entries across 25 versions & 1 rubygems