All a colon does in a function declaration is add an implicit self argument. It's just a bit of syntactic sugar. So if you're calling this with (assuming ...
確定! 回上一頁