Sha256: 552baa35288335a77e15026fd49b2cbf69b26ff96748cf0274d44b0cfba9d8a2
Contents?: true
Size: 288 Bytes
Versions: 21
Compression:
Stored size: 288 Bytes
Contents
class Language class Parser class Str class NotFound < Interuption def initialize(parser, string) @parser = parser @string = string end def message "#{@string} not found\n#{super}" end end end end end
Version data entries
21 entries across 21 versions & 3 rubygems