# # Copyright 2009, Jeffrey Palm. # # A Library is a collection of Tracks along with the ability to see # different views of these Tracks class Library # Returns the corresponding Track for the Info 'info' def find_track(info) eek 'find_track' end # Returns the info for track with track id, with out state|time # information def find_info(track_id) eek 'find_info' end end