Add an initial version of the component

This commit is contained in:
Ahmed Hemdan 2023-06-13 13:37:30 +02:00
parent 5d254b062d
commit 66e7f4df74
No known key found for this signature in database
GPG key ID: 35C579218532E2FF
18 changed files with 307 additions and 78 deletions

11
src/ruby_gem/bin/console Executable file
View file

@ -0,0 +1,11 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
require "bundler/setup"
require "ruby_gem"
# 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__)