Increment!(attribute) no worky

I tried this:
@item.increment!(‘views’)

But Rails say:
wrong number of arguments (1 for 0)

And the docs say (under instance methods):
increment!(attribute)

Say what? What say you?
Joe