use include so we can test with is_a
using the well documented included/extend trick
This commit is contained in:
@ -14,7 +14,8 @@ require_relative "indexed"
|
||||
|
||||
module Parfait
|
||||
class List < Object
|
||||
Indexed.at(0 , self)
|
||||
include Indexed
|
||||
self.offset(0)
|
||||
|
||||
def initialize( )
|
||||
super()
|
||||
|
Reference in New Issue
Block a user