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
1 changed files with 3 additions and 3 deletions

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'