lib/nanoc/extra/jruby_nokogiri_warner.rb in nanoc-3.7.4 vs lib/nanoc/extra/jruby_nokogiri_warner.rb in nanoc-3.7.5

- old
+ new

@@ -1,13 +1,11 @@ # encoding: utf-8 require 'singleton' module Nanoc::Extra - class JRubyNokogiriWarner - include Singleton TEXT = <<EOS -------------------------------------------------------------------------------- Note: @@ -40,9 +38,7 @@ return if @warned $stderr.puts TEXT @warned = true end - end - end