# The Menu class provides a Multiple Entry Navigation Utility (M.E.N.U.)
class Menu
def ip; 'minimalistic page that shows your IP, hostname and user agent'; end
def pactrack_droid; 'an Android app I made (in Swedish only)'; end
def mouse_rally; 'a game I made (in Swedish only)'; end
def petals_around_the_rose; 'another game I made'; end
def files; 'miscellaneous files'; end
protected
def secure_files; 'password protected files'; end
private
def mail; 'Google Mail'; end
def calendar; 'Google Calendar'; end
def drive; 'Google Drive'; end