add next_value for dictionary
also next for list and add types attributes to space
This commit is contained in:
@ -50,7 +50,7 @@ module Parfait
|
||||
@nil_object = Parfait::NilClass.new
|
||||
end
|
||||
|
||||
attr_reader :classes , :first_message , :next_integer
|
||||
attr_reader :classes , :types , :first_message , :next_integer
|
||||
attr_reader :true_object , :false_object , :nil_object
|
||||
|
||||
def each_type
|
||||
|
Reference in New Issue
Block a user