class YARP::ParseResult

def initialize(value, comments, errors, warnings, source)

def initialize(value, comments, errors, warnings, source)
  @value = value
  @comments = comments
  @errors = errors
  @warnings = warnings
  @source = source
end