Metody třídy jsou metody samotné třídy nikoliv jejich objektů.
# File: session/class-methods.sesclass Testdef Test.helloputs "Hello world!"endendnilTest.helloHello world!nil
# File: session/class-methods2.sesclass Testdef self.helloputs "Hello world!"endendnilTest.helloHello world!nil
