method
compute_attributes
v7.0.0 -
Show latest stable
- Class:
ActiveSupport::CurrentAttributes
compute_attributes(keys)private
No documentation available.
# File activesupport/lib/active_support/current_attributes.rb, line 222
def compute_attributes(keys)
keys.index_with { |key| public_send(key) }
end