mirror of
https://github.com/dkam/paapi.git
synced 2025-12-28 23:24:53 +00:00
5 lines
115 B
Ruby
5 lines
115 B
Ruby
$LOAD_PATH.unshift File.expand_path('../lib', __dir__)
|
|
require 'paapi'
|
|
require 'byebug'
|
|
require 'minitest/autorun'
|