Bugs: Browse | Submit New | Admin
In this script on line 47 - 51 actually... def strip_quotes(quoted_string) quoted_string =~ /^[\'\"].*[\エ\"]$/ ? quoted_string[1, quoted_string.length-2] : quoted_string end expected... def strip_quotes(quoted_string) quoted_string =~ /^[\'\"].*[\'\"]$/ ? quoted_string[1, quoted_string.length-2] : quoted_string end
Add A Comment: