lib/jets.rb in jets-1.9.23 vs lib/jets.rb in jets-1.9.24
- old
+ new
@@ -14,9 +14,11 @@
Jets::Autoloaders.log! if ENV["JETS_AUTOLOAD_LOG"]
Jets::Autoloaders.once.setup
module Jets
RUBY_VERSION = "2.5.3"
+ MAX_FUNCTION_NAME_SIZE = 64
+
class Error < StandardError; end
extend Core # root, logger, etc
end
Jets::Autoloaders.once.preload("#{__dir__}/jets/db.rb") # required for booter.rb: setup_db