Sha256: 3aba41ea9d604dfe2dceae67bdb08efd5f16c3357fc53c777b73230d034d3ee2
Contents?: true
Size: 382 Bytes
Versions: 5
Compression:
Stored size: 382 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true require 'bundler/setup' require 'starlark_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(__FILE__)
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
starlark_compiler-0.5.0 | bin/console |
starlark_compiler-0.4.0 | bin/console |
starlark_compiler-0.3.0 | bin/console |
starlark_compiler-0.2.0 | bin/console |
starlark_compiler-0.1.0 | bin/console |