The calendar is gone.
Click here to view posts


New month
Its new month but it's the same lame site. I kinda want to drop off the map and focus.
class PrivateNew
  class << self
    private :new
  end
  
end
I am under the impression that the ruby singleton mixin does something like this.