Sha256: d6f50c8141b2525bb3829b8d867921b402e06833506c6015e9d65b80391e2f85
Contents?: true
Size: 507 Bytes
Versions: 2
Compression:
Stored size: 507 Bytes
Contents
#!/usr/bin/env ruby require "bundler/setup" require "paw_client" # 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. # (If you use this, don't forget to add pry to your Gemfile!) config_path=File.expand_path("../../config.yml", __FILE__) if File.exists?(config_path) PawClient.config=PawClient::Configuration.from_yaml(config_path) end # require "pry" Pry.start # require "irb" # IRB.start(__FILE__)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
paw_client-0.0.7 | bin/console |
paw_client-0.0.1 | bin/console |