list is a reserved keyword and should not be used for a method name. Maybe use to_list? or items? The affected methods are: - Collection#list - Inputs#list - Jobs#list
list is a reserved keyword and should not be used for a method name.
Maybe use to_list? or items?
The affected methods are: