rex/lib/rex.rb

9 lines
140 B
Ruby
Raw Normal View History

2023-10-27 14:53:56 +02:00
# frozen_string_literal: true
require_relative "rex/version"
module Rex
class Error < StandardError; end
# Your code goes here...
end