stop including positioned

This commit is contained in:
Torsten Ruger
2017-01-01 21:52:35 +02:00
parent fafcd15ce8
commit cd474f66f6
4 changed files with 6 additions and 9 deletions

View File

@ -30,8 +30,6 @@ module Parfait
object
end
include Positioned
# 1 -based index
def get_internal_word(index)
name = get_type().name_at(index)

View File

@ -1,6 +1,5 @@
class Symbol
include Positioned
def has_type?
true