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