module T::Props::Utils

def self.required_prop?(prop_rules)

def self.required_prop?(prop_rules)
  # Clients should never reference :_tnilable as the implementation can change.
  !prop_rules[:_tnilable]
end