Skip to content

Instantly share code, notes, and snippets.

View BrennickL's full-sized avatar
🏠
Working from home

Brennick Langston BrennickL

🏠
Working from home
View GitHub Profile
#!/usr/bin/env ruby
require "bundler/setup"
require "elevator"
require "pry"
def reload!(print = true)
puts 'Reloading ...' if print
# Main project directory.
root_dir = File.expand_path('..', __dir__)