Sha256: f15e9eb38c9ac0debeea699fd553c3c7c393d23aa6346786aa63a6d34623b03d

Contents?: true

Size: 267 Bytes

Versions: 4

Compression:

Stored size: 267 Bytes

Contents

#!/usr/bin/env ruby

require "irb"
require "irb/completion"

require "#{File.dirname(__FILE__)}/../lib/helio"

# Config IRB to enable --simple-prompt and auto indent
IRB.conf[:PROMPT_MODE] = :SIMPLE
IRB.conf[:AUTO_INDENT] = true

puts "Loaded gem 'helio'"

IRB.start

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
helio-ruby-0.3.1 bin/helio-console
helio-ruby-0.3.0 bin/helio-console
helio-ruby-0.2.0 bin/helio-console
helio-ruby-0.1.0 bin/helio-console