According to this site, $<
is under Predefined variables and it says # See ARGF.
I have seen a code like $<.map{|x|n,m=x.split.map(&:to_i);...
and using it with command line input.
I googled it but I am not able to find an explanation or how to use it.
How does it differ from $_
?