Made in Vim 7, using valid XHTML 1.0 Strict and CSS 2.1
© 2015 Joakim Tufvegren
@ menu.rb (~) - VIM
X
module Firetech

  # 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

  end

end

puts "Use the source..."
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
"menu.rb" 24L, 685C written
: 
24,24          All