mirror of
https://github.com/tailix/libkernaux.git
synced 2025-04-07 17:32:45 -04:00
13 lines
223 B
Ruby
13 lines
223 B
Ruby
# frozen_string_literal: true
|
|
|
|
module KernAux
|
|
# Gem version.
|
|
VERSION = '0.7.0'
|
|
|
|
##
|
|
# This module includes functions to determine if specific features are
|
|
# supported by the library.
|
|
#
|
|
module Version
|
|
end
|
|
end
|