Files
danbooru/bin
evazion e698bf91ee gems: replace pry with debug.
Replace the 'pry' gem with the 'debug' gem. The debug gem is the new
standard debugger in Ruby 3.1.

Use `binding.break` instead of `binding.pry` to set breakpoints.

Install the extension below for VS Code support.

https://github.com/ruby/debug#how-to-use
https://marketplace.visualstudio.com/items?itemName=KoichiSasada.vscode-rdbg
2022-04-23 21:16:37 -05:00
..
2021-12-17 22:23:59 -06:00
2021-12-17 22:23:59 -06:00
2022-04-23 21:16:37 -05:00

Bin

This directory contains executable scripts. Most of the scripts here come from Ruby gems installed by bundle install and shouldn't be edited by end users.