1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-04-14 17:32:55 -04:00

Ruby: Reorder code

This commit is contained in:
Alex Kotov 2022-01-22 02:23:57 +05:00
parent 32c19c14ce
commit 04dba7c4d6
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -2,6 +2,9 @@
require_relative 'kernaux/version'
# Native extensions
require_relative 'kernaux/default'
##
# Auxiliary library for kernel development.
#
@ -57,6 +60,3 @@ module KernAux
#
class CmdlineError < Error; end
end
# Native extension
require_relative 'kernaux/default'