From: akr@... Date: 2014-10-13T07:34:34+00:00 Subject: [ruby-core:65649] [ruby-trunk - Bug #10035] [Closed] Find.find no longer accepts Pathname type as argument Issue #10035 has been updated by Akira Tanaka. Status changed from Assigned to Closed % Done changed from 0 to 100 Applied in changeset r47900. ---------- * lib/find.rb (Find.find): Call to_path for arguments to obtain strings. [ruby-core:63713] [Bug #10035] Reported by Herwin. ---------------------------------------- Bug #10035: Find.find no longer accepts Pathname type as argument https://bugs.ruby-lang.org/issues/10035#change-49381 * Author: Herwin . * Status: Closed * Priority: Normal * Assignee: Akira Tanaka * Category: lib * Target version: * ruby -v: ruby 2.1.2p95 (2014-05-08 revision 45877) [i686-linux] * Backport: 2.1: UNKNOWN ---------------------------------------- In 2.1, a check for encoding of the paths parameter has been added to File.find. This works perfectly well for String parameters, but this results in a NoMethodError when a Pathname parameter is given. In my opinion a Pathname is a better suitable type to feed to Find.find than a String. -- https://bugs.ruby-lang.org/