Sha256: b1f356b45e1a0a979d15b6a30879676f005a4e9c3f33d0bb4d00653d69fa6cc8
Contents?: true
Size: 296 Bytes
Versions: 5
Compression:
Stored size: 296 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true require 'bundler/setup' require 'ronin/core/cli/ruby_shell' module Ronin # # Example namespace that the Ruby shell will spawn within. # module Test end end Ronin::Core::CLI::RubyShell.start(name: 'ronin-test', context: Ronin::Test)
Version data entries
5 entries across 5 versions & 1 rubygems