lib/reverse_asciidoctor/converters/img.rb in reverse_adoc-0.2.3 vs lib/reverse_asciidoctor/converters/img.rb in reverse_adoc-0.2.4

- old
+ new

@@ -1,5 +1,6 @@ -require 'fileutils' +require "fileutils" +require "pathname" module ReverseAsciidoctor module Converters class Img < Base