Sha256: 0aa370fdf6d2cc1833280fffa274af0b06310861c59ca3775414aba4ab0c9e51

Contents?: true

Size: 1.87 KB

Versions: 14

Compression:

Stored size: 1.87 KB

Contents

#!/usr/bin/env ruby
##################################################################################
#     RBCli -- A framework for developing command line applications in Ruby      #
#     Copyright (C) 2018 Andrew Khoury                                           #
#                                                                                #
#     This program is free software: you can redistribute it and/or modify       #
#     it under the terms of the GNU General Public License as published by       #
#     the Free Software Foundation, either version 3 of the License, or          #
#     (at your option) any later version.                                        #
#                                                                                #
#     This program is distributed in the hope that it will be useful,            #
#     but WITHOUT ANY WARRANTY; without even the implied warranty of             #
#     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the              #
#     GNU General Public License for more details.                               #
#                                                                                #
#     You should have received a copy of the GNU General Public License          #
#     along with this program.  If not, see <https://www.gnu.org/licenses/>.     #
#                                                                                #
#     For questions regarding licensing, please contact andrew@blacknex.us       #
##################################################################################

require 'bundler/setup'
require 'rbcli'

# 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

14 entries across 14 versions & 1 rubygems

Version Path
rbcli-0.3.3 bin/console
rbcli-0.3.2 bin/console
rbcli-0.3.1 bin/console
rbcli-0.3.0 bin/console
rbcli-0.2.12 bin/console
rbcli-0.2.11 bin/console
rbcli-0.2.10 bin/console
rbcli-0.2.9 bin/console
rbcli-0.2.8 bin/console
rbcli-0.2.7 bin/console
rbcli-0.2.6 bin/console
rbcli-0.2.5 bin/console
rbcli-0.2.4 bin/console
rbcli-0.2.2 bin/console