class Foo { # code here } ... class Foo is also { # more code here } #### class Int is also { method frob { say "frobbed {self}"; } } 4.frob;