Actions
Feature #5220
closedNilClass#to_i should accept an argument to match String#to_i
Feature #5220:
NilClass#to_i should accept an argument to match String#to_i
Description
I noticed that NilClass#to_i does not accept an additional argument. This differs from String#to_i which accepts an optional conversion base.
Actions