class Restforce::Concerns::Picklists::PicklistValues

def dependent?

Returns true of the given field is dependent on another field.
def dependent?
  !!field['dependentPicklist']
end