Sha256: 256e51ed1d1e36c47e0d86a1270d8ec8cf6186bbee25d51b05cc42141a3f159a
Contents?: true
Size: 440 Bytes
Versions: 14
Compression:
Stored size: 440 Bytes
Contents
module Mustermann Error ||= Class.new(StandardError) # Raised if anything goes wrong while generating a {Pattern}. CompileError ||= Class.new(Error) # Raised if anything goes wrong while compiling a {Pattern}. ParseError ||= Class.new(Error) # Raised if anything goes wrong while parsing a {Pattern}. ExpandError ||= Class.new(Error) # Raised if anything goes wrong while expanding a {Pattern}. end
Version data entries
14 entries across 14 versions & 2 rubygems