chomp â $_
chomp(string) â $_
chomp(string) â $_
Instance Public methods
Equivalent to $_ = $_.chomp(string)
. See
String#chomp
. Available only when -p/-n command line option
specified.
Equivalent to $_ = $_.chomp(string)
. See
String#chomp
. Available only when -p/-n command line option
specified.
Please login to continue.