module GdsApi::PartMethods

def find_part(slug)

def find_part(slug)
  return nil unless index = part_index(slug)
  parts[index]
end