Made in Vim, using valid XHTML 1.0 Strict and CSS 2.1
© 2024 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 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" 23L, 624C written
: 
23,24          All