Sha256: 702d392c39ccf99e039974ee68b98d63c0ceddfcad36a6014580827bf26a67c7
Contents?: true
Size: 481 Bytes
Versions: 6
Compression:
Stored size: 481 Bytes
Contents
module Lrama class Options attr_accessor skeleton: String attr_accessor header: bool attr_accessor header_file: String? attr_accessor report_file: String? attr_accessor outfile: String attr_accessor error_recovery: bool attr_accessor grammar_file: String? attr_accessor trace_opts: Hash[Symbol, bool]? attr_accessor report_opts: Hash[Symbol, bool]? attr_accessor y: IO attr_accessor debug: bool def initialize: () -> void end end
Version data entries
6 entries across 6 versions & 1 rubygems