A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.ruby-lang.org/en/3.0/Psych/SyntaxError.html below:

class Psych::SyntaxError - RDoc Documentation

class Psych::SyntaxError Attributes

column[R]

context[R]

file[R]

line[R]

offset[R]

problem[R]

Public Class Methods

new(file, line, col, offset, problem, context) click to toggle source

Calls superclass method

Exception::new
# File ext/psych/lib/psych/syntax_error.rb, line 8
def initialize file, line, col, offset, problem, context
  err      = [problem, context].compact.join ' '
  filename = file || '<unknown>'
  message  = "(%s): %s at line %d column %d" % [filename, err, line, col]

  @file    = file
  @line    = line
  @column  = col
  @offset  = offset
  @problem = problem
  @context = context
  super(message)
end

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4