Hacker News new | past | comments | ask | show | jobs | submit login

In Ruby one too many commas can also cause problems:

# list

list = "a","b",

# function

def foobar

end

=> ["a", "b", :foobar]




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: