stop including positioned
This commit is contained in:
@ -30,8 +30,6 @@ module Parfait
|
||||
object
|
||||
end
|
||||
|
||||
include Positioned
|
||||
|
||||
# 1 -based index
|
||||
def get_internal_word(index)
|
||||
name = get_type().name_at(index)
|
||||
|
@ -1,6 +1,5 @@
|
||||
|
||||
class Symbol
|
||||
include Positioned
|
||||
|
||||
def has_type?
|
||||
true
|
||||
|
Reference in New Issue
Block a user