mirror of
https://github.com/tailix/libkernaux.git
synced 2024-10-30 11:54:01 -04:00
8 lines
118 B
Ruby
Executable file
8 lines
118 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
# frozen_string_literal: true
|
|
|
|
require 'bundler/setup'
|
|
require 'kernaux'
|
|
require 'pry'
|
|
|
|
Pry.start
|