Sha256: a66d82b4f9d7722530aef617560fe65dac1735396b45a403b66558c10dac8a8c
Contents?: true
Size: 533 Bytes
Versions: 5
Compression:
Stored size: 533 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true require "bundler/setup" require "wise_gopher" # 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 require "irb" require "pry-doc" require_relative "../spec/database_helper" class Object # includes database helpers as top level methods include DatabaseHelper end IRB.start(__FILE__)
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
wise_gopher-0.3.2 | bin/console |
wise_gopher-0.2.2 | bin/console |
wise_gopher-0.2.1 | bin/console |
wise_gopher-0.2.0 | bin/console |
wise_gopher-0.1.0 | bin/console |