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