Sha256: 2e40c03334b240b9ab9b637127199e501ff84017e868e34e42bad3050c74a2ef
Contents?: true
Size: 386 Bytes
Versions: 1
Compression:
Stored size: 386 Bytes
Contents
#!/usr/bin/env ruby require "bundler/setup" require "lolxin" include Lolxin # 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 "dotenv" Dotenv.load # If you use this, don't forget to add pry to your Gemfile! require "pry" Pry.start(Client.new(ENV['API_KEY'], region: :na))
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lolxin-0.12.1 | bin/console |