fix local assignment
was missing a method that got lost in copy/paste also renaming to get guard to pick up tests
This commit is contained in:
@ -39,10 +39,6 @@ module Ruby
|
||||
|
||||
class IvarAssignment < Assignment
|
||||
|
||||
def to_vool()
|
||||
super()
|
||||
return Vool::IvarAssignment.new(@name , @value)
|
||||
end
|
||||
end
|
||||
|
||||
class LocalAssignment < Assignment
|
Reference in New Issue
Block a user