Sha256: 2834b444716236392cf644431d7b6b00eb11ad11e4166888370ef2c6a8bd6b79

Contents?: true

Size: 215 Bytes

Versions: 1

Compression:

Stored size: 215 Bytes

Contents

class FillablePDF
  module SuppressWarnings
    def suppress_warnings
      original_verbosity = $VERBOSE
      $VERBOSE = nil
      result = yield
      $VERBOSE = original_verbosity
      result
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fillable-pdf-0.9.6 lib/fillable-pdf/suppress_warnings.rb