rastating/wordpress-exploit-framework

View on GitHub
lib/wpxf/versioning.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

# The root namespace.
module Wpxf
  # The namespace for version generation mixins and classes.
  module Versioning
  end
end

require 'wpxf/versioning/browser_versions'
require 'wpxf/versioning/os_versions'