fix some, return missing

must write no return error code
This commit is contained in:
Torsten Ruger 2015-11-09 23:29:35 +02:00
parent 70f912f94c
commit a730dd0c99

View File

@ -1,6 +1,6 @@
class Word < Object class Word < Object
int at(int index) int at(int index)
get_internal(index) return get_internal(index)
end end
Word add_digit( int i) Word add_digit( int i)
int l = self.char_length + 2 int l = self.char_length + 2