Open tk0miya opened 9 months ago
This generates signatures for ActiveRecord::Base#pluck to give detailed types if it takes a specific column name as its argument.
ex.
User.pluck(:id) #=> Array[Integer] User.pluck(:name) #=> Array[String]
Note: This only supports single argument calls.
This generates signatures for ActiveRecord::Base#pluck to give detailed types if it takes a specific column name as its argument.
ex.
Note: This only supports single argument calls.