Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
require "English"
require "stringio"
class CSV
module InputRecordSeparator
class << self
if RUBY_VERSION >= "3.0.0"
def value
"\n"
end
else
$INPUT_RECORD_SEPARATOR