Fix #pluck method behavior when 3+ attributes specified by h6ah4i · Pull Request #269 · active-hash/active_hash

Hi. I noticed that ActiveHash's #pluck method behaves differently from ActiveRecord one. This pull request fixes the issue. Current behavior (ActiveHash v3.1.1) Category.pluck(:id, :name, :language...