Sha256: 9f741022a18a59aa672088f0548f22ce7159344ec1348991103d6ff05d8cd387
Contents?: true
Size: 368 Bytes
Versions: 4
Compression:
Stored size: 368 Bytes
Contents
#!/usr/bin/env ruby require "bundler/setup" require "chinook_database" # 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!) # require "pry" # Pry.start ChinookDatabase.connect require "irb" IRB.start
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
chinook_database-0.1.6 | bin/console |
chinook_database-0.1.5 | bin/console |
chinook_database-0.1.4 | bin/console |
chinook_database-0.1.3 | bin/console |