class ActiveModel::Serializer::Reflection

def meta(value = nil)

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