class ActiveModel::Serializer::Reflection

def link(name, value = nil)

Other tags:
    Api: - public
def link(name, value = nil)
  options[:links][name] = block_given? ? Proc.new : value
  :nil
end