Sha256: 301a3fe2d9316579ccbd89212ed28b75db897f9de39095a1ad194ff266367bed

Contents?: true

Size: 418 Bytes

Versions: 1

Compression:

Stored size: 418 Bytes

Contents

if defined? IRB

  begin
    require 'irb/completion'
 # this one can fail if readline isn't installed
  rescue Exception
  end
  begin
    IRB.conf[:AUTO_INDENT] = true
    IRB.conf[:PROMPT_MODE] = :SIMPLE 
    #require 'irb/ext/save-history' # this one might mess with peoples' local settings of it tho...
  rescue Exception
    # guess this was some *other* IRB module? defined elsewhere?
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sane-0.25.7 lib/sane/irb_startup_options.rb