Sha256: 5f0b2aee4291455b71cfc41193a03c1eb39dececcf3a272fa1dd7f52d81619a7
Contents?: true
Size: 331 Bytes
Versions: 6973
Compression:
Stored size: 331 Bytes
Contents
# frozen_string_literal: true module Parser ## # {Parser::ClobberingError} is raised when {Parser::Source::Rewriter} # detects a clobbering rewrite action. This class inherits {RuntimeError} # rather than {StandardError} for backward compatibility. # # @api public # class ClobberingError < RuntimeError end end
Version data entries
6,973 entries across 6,950 versions & 50 rubygems