# frozen_string_literal: true

require_relative 'utility/warning_suppressant'

module Runby

with_no_warnings do
  GENERATED_VERSION = '__VERSION__'
end

end