# File lib/ftw/singleton.rb, line 33
  def singleton
    @instance ||= self.new
    return @instance
  end