Initial commit - Rebase of local and remote branches

This commit is contained in:
maddiebaka
2023-07-29 16:04:45 -04:00
parent 961f0149eb
commit 7e0640dc1c
16 changed files with 237 additions and 2 deletions

11
bin/console Executable file
View File

@@ -0,0 +1,11 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
require "bundler/setup"
require "skeksis"
# You can add fixtures and/or initialization code here to make experimenting
# with your gem easier. You can also use a different console, if you like.
require "irb"
IRB.start(__FILE__)