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
# frozen_string_literal: true
require "bundler/setup"
require "<<my_gem_name>>"
begin
require "pry"
Pry.start
rescue StandardError => e