TwP / inifile

Native Ruby package for reading and writing INI files
http://codeforpeople.rubyforge.org/inifile
95 stars 47 forks source link

Phone numbers #37

Open G-Bianchi opened 9 years ago

G-Bianchi commented 9 years ago

Hi, I've found a typecast issue. This is the example :

[test] phoneNumber=+393333333333

The IniFile['test']['phoneNumber'] value become 393333333333 while it should be "+393333333333".