Static rb_fs

Source
pub unsafe static mut rb_fs: VALUE
Expand description

The field separator character for inputs, or the $;. This affects how String#split works. You can set this via the -F command line option. You can also assign arbitrary ruby objects programmatically, but it makes best sense for you to assign a regular expression here.

@internal

§Tidbit: “fs” comes from AWK’s FS variable.

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