Closed stevegeek closed 1 month ago
Hey @radar , apologies for the poke, but just wondering if this PR needing anything else to get it merged? Thanks for maintaining the gem!
Sorry to have missed this a few weeks back. Nothing else outstanding from my side here.
Thanks very much @radar !
Fixes #700
When
load_path
containsPathname
objects this is usually fine as things likeFile.open
take them, however the one place is breaks is loading.rb
locale files due to the 3rd param ofKernel#eval
seemingly needing to be a String.This fixes the issue by calling
.to_s
on thefilename
object before callingeval