class Jbuilder

def _extract(object, attributes)

def _extract(object, attributes)
  if ::Hash === object
    _extract_hash_values(object, attributes)
  else
    _extract_method_values(object, attributes)
  end
end