So can I make this happen in ruby? 4++
My initial googling showed I can redefine plus but when I try and define ++ it will error on me.
test.rb:2: syntax error, unexpected '+', expecting ';' or '\n'
def ++()
^
test.rb:5: syntax error, unexpected keyword_end, expecting end-of-input