method

values_at

Importance_1
v7.1.3.4 - Show latest stable - 0 notes - Class: Core

Not found

The exact documentation you were looking for could not be found. Here is the best guess.

values_at public

Returns an array of the values returned by the given methods.

topic = Topic.new(title: "Budget", author_name: "Jason")
topic.values_at(:title, :author_name)
=> ["Budget", "Jason"]
Show source
Register or log in to add new notes.