# File lib/rantly/generator.rb, line 5
    def singleton
      @singleton ||= Rantly.new
      @singleton
    end