adds self reference and improve methods a little

This commit is contained in:
Torsten Ruger
2014-07-14 14:29:33 +03:00
parent db8b1488d0
commit c7c4387e16
7 changed files with 27 additions and 10 deletions

View File

@ -49,9 +49,6 @@ module Boot
fun
end
def inspect
"MetaClass.new(:#{@me_self.name})"
end
def to_s
"#{inspect} on #{@me_self}, #{@functions.length} functions"
end