๐ฅ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module RequireVXConfig | |
# | |
# -Configure options here- | |
# | |
# What they do: | |
# | |
# :make_default_load_paths | |
# Initializes the $LOAD_PATH variable to it's default values (not the | |
# paths that are used to require C files becauset hey will not work). | |
# If this is done the Ruby standard library can be copy/pasted |
NewerOlder