2 // add or replace methods
4 // This allows you to add or redefine methods without changing the original file.
5 // A file may contain either class definitions, or method extensions, but never both.
6 // Do not name an extension file with the same name as a class definition file.
21 ^this.class.new(x, y.neg)