Sha256: 34ad19b3f61b5205f858e578d1e7fd467df7df7c269437d6189a680ee477a4e6
Contents?: true
Size: 236 Bytes
Versions: 1
Compression:
Stored size: 236 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 class Error < ::RuntimeError; end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-compiler-0.1.1 | lib/ruby/compiler/error.rb |