do not copy name of method
so that the resolve can compare name identity which is what is does, not equality this (and some other bug) is crashing arm currently
This commit is contained in:
@ -140,6 +140,10 @@ class Symbol
|
||||
#puts "LL #{l.class}"
|
||||
l
|
||||
end
|
||||
alias :ct_type :get_type
|
||||
def value
|
||||
self
|
||||
end
|
||||
def padded_length
|
||||
Parfait::Object.padded( to_s.length + 4)
|
||||
end
|
||||
|
Reference in New Issue
Block a user