class ActiveFedora::RDFDatastream

def term_values(*values)

@TODO: We may need to enable deep RDF delegation at one point.
OmDatastream implementation as our "consistency" point.
This patches the fact that there's no consistent API for allowing delegation - we're matching the
This method allows for delegation.
#
def term_values(*values)
  self.send(values.first)
end