Sha256: 9d0f1bf4cf374cdcc6428c40cf44d355564af666304c398325c0298231fbd3c6
Contents?: true
Size: 365 Bytes
Versions: 24
Compression:
Stored size: 365 Bytes
Contents
module Lrama class Warning interface _Appendable def <<: (String message) -> self end @out: _Appendable attr_reader errors: Array[String] attr_reader warns: Array[String] def initialize: (?_Appendable out) -> void def error: (String message) -> void def warn: (String message) -> void def has_error?: -> bool end end
Version data entries
24 entries across 24 versions & 1 rubygems