Sha256: 0b570bed93542597bfdfe7bbba9c687d6ace63922a7d03edf05b3e801395894e
Contents?: true
Size: 497 Bytes
Versions: 1
Compression:
Stored size: 497 Bytes
Contents
#!/usr/bin/env ruby # Copyright (c) 2016-2017 Minqi Pan # # This file is part of Ruby Compiler, distributed under the MIT License # For full terms see the included LICENSE file require "bundler/setup" require "ruby/compiler" # 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-compiler-0.1.1 | bin/console |