Actions
Feature #3427
closedinstances of Dir class can't be compared
Feature #3427:
instances of Dir class can't be compared
Description
=begin
Dir#== and friends seem to be absent.
$ install/bin/ruby -e 'p Dir.new(".")==Dir.new(".")'
false
=end
Actions