1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-10-30 23:47:50 -04:00

Common: move "pkgs/" to "bindings/" (closes #47)

This commit is contained in:
Alex Kotov 2022-06-09 04:25:27 +03:00
parent 4783132d95
commit 07fabcd2e8
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
91 changed files with 30 additions and 29 deletions

8
bindings/ruby/bin/console Executable file
View file

@ -0,0 +1,8 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
require 'bundler/setup'
require 'kernaux'
require 'pry'
Pry.start