Skip to content

Instantly share code, notes, and snippets.

@erubboli
Created November 26, 2012 13:00
Show Gist options
  • Save erubboli/4148086 to your computer and use it in GitHub Desktop.
Save erubboli/4148086 to your computer and use it in GitHub Desktop.
# Example of .jrubyrc
# Set compilaton mode. JIT = at runtime; FORCE = before execution. (JIT, FORCE, OFF, OFFIR)
#compile.mode = JIT
# Dump to console all bytecode generated at runtime.
# compile.dump = true
# Enable verbose JIT logging (reports failed compilation)
# jit.logging.verbose = true
# Log require/load file searches.
# debug.loadService = true
# Display location of the file executed with the -S option
# debug.scriptResolution = true
compat.version = 1.9
# Set the style of exception backtraces. (normal, raw, full, mri)
#backtrace.style = normal
# Enable colorized backtraces.
backtrace.color = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment