lib/irb/locale.rb in irb-1.11.1 vs lib/irb/locale.rb in irb-1.11.2
- old
+ new
@@ -92,10 +92,10 @@
else
raise LoadError, "No such file to load -- #{file}"
end
end
- def find(file , paths = $:)
+ def find(file, paths = $:)
dir = File.dirname(file)
dir = "" if dir == "."
base = File.basename(file)
if dir.start_with?('/')