Sha256: 2969661c91e8c6aee96ef5763bca2683a74708c78b01b260655f0d612cbc505a
Contents?: true
Size: 272 Bytes
Versions: 3765
Compression:
Stored size: 272 Bytes
Contents
#-- # # # # Copyright (c) 1999-2006 Minero Aoki # # This program is free software. # You can distribute/modify this program under the same terms of ruby. # see the file "COPYING". # #++ module Racc class Error < StandardError; end class CompileError < Error; end end
Version data entries
3,765 entries across 3,756 versions & 32 rubygems