From: mfbmina@... Date: 2016-12-29T11:10:45+00:00 Subject: [ruby-core:78907] [Ruby trunk Bug#13088] Strange behavior in String.to_i Issue #13088 has been reported by Matheus Mina. ---------------------------------------- Bug #13088: Strange behavior in String.to_i https://bugs.ruby-lang.org/issues/13088 * Author: Matheus Mina * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: 2.4.0 * Backport: 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN ---------------------------------------- When I try convert a string to integer using .to_i method it has a strange behavior. It converts the first number in the string to integer. Is it correct? I think the expected behavior should be convert to a integer if it has only numbers and return 0 if has a non-digit char on it. Thank you! ---Files-------------------------------- Screen Shot 2016-12-29 at 08.58.11.png (32.5 KB) -- https://bugs.ruby-lang.org/ Unsubscribe: