Sha256: 981787a4593dfa20ec4d6e45aaa6d7817518f4da3dac59dcdcd75f60551132a3

Contents?: true

Size: 389 Bytes

Versions: 10

Compression:

Stored size: 389 Bytes

Contents

#!/usr/bin/env ruby
# frozen_string_literal: true

require "bundler/setup"
require "simple_calendar/timeslot"

# 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"
IRB.start(__FILE__)

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
simple_calendar-timeslot-0.90.0 bin/console
simple_calendar-timeslot-0.8.0 bin/console
simple_calendar-timeslot-0.7.0 bin/console
simple_calendar-timeslot-0.6.0 bin/console
simple_calendar-timeslot-0.5.1 bin/console
simple_calendar-timeslot-0.5.0 bin/console
simple_calendar-timeslot-0.4.0 bin/console
simple_calendar-timeslot-0.3.0 bin/console
simple_calendar-timeslot-0.2.0 bin/console
simple_calendar-timeslot-0.1.0 bin/console