Static rb_rs

Source
pub unsafe static mut rb_rs: VALUE
👎Deprecated
Expand description

The record separator character for inputs, or the $/. This affects how IO#gets works. You can set this via the -0 command line option.

@deprecated Assigning anything other than ::RUBY_Qnil to this variable is deprecated.

@internal

§Tidbit: “rs” comes from AWK’s RS variable.

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3