aboutsummaryrefslogtreecommitdiffstats
path: root/tools/console
blob: ff52308a90ae5438a943846416c34a578605b1b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env ruby
# frozen_string_literal: true
require "bundler"
Bundler.setup

require "rails/all"
require "active_support/all"
require "irb"
require "irb/completion"
IRB.start