Sha256: 4125dae7e0ab6f954805444e1cf814aa289f41ccf55b6c005a7e7097e0a9a802

Contents?: true

Size: 322 Bytes

Versions: 1

Compression:

Stored size: 322 Bytes

Contents

# 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

module Ruby
  class Compiler
    VERSION = '0.1.1'
    VENDOR_DIR = File.expand_path('../../../../vendor', __FILE__)
    MEMFS = '/__enclose_io_memfs__'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby-compiler-0.1.1 lib/ruby/compiler/constants.rb