Look mom! I’m on the internets

So I decided to finally start a blog, after about two years of saying I would. I actually bought the hosting for it about a year ago but I never really got to it. I guess it’s just the way I am: lots of projects but no time to actually go through with them, but not this time. This time is different, this time is about pride, this time is about proving to the world that I can finish some

What was I saying? Anyway, with all that said I have only one more thing to do here

   class Internets
      @@people_on_the_internets = []
      def self.add_to_internets name
         @@people_on_the_internets << name
         puts "Look mom! I'm on the internets #{name}"
      end
   end

   Internets.add_to_internets :pgmura

The next thing I will do is build my own WordPress theme, I like the one I'm using but I really want to learn more about this web design thing that makes people oh so sexy.