mirror of
https://gitlab.com/components/secret-detection.git
synced 2025-06-30 07:28:30 +02:00
Add an initial version of the component
This commit is contained in:
parent
5d254b062d
commit
66e7f4df74
18 changed files with 307 additions and 78 deletions
11
src/ruby_gem/bin/console
Executable file
11
src/ruby_gem/bin/console
Executable 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__)
|
Loading…
Add table
Add a link
Reference in a new issue