stdlib/fileutils/0/fileutils.rbs in rbs-3.2.2 vs stdlib/fileutils/0/fileutils.rbs in rbs-3.3.0.pre.1
- old
+ new
@@ -1505,10 +1505,10 @@
# Optional argument `force` specifies whether to ignore raised exceptions of
# StandardError and its descendants.
#
# Related: [methods for deleting](rdoc-ref:FileUtils@Deleting).
#
- def self?.remove_file: (path path, ?void force) -> void
+ def self?.remove_file: (path path, ?boolish force) -> void
# <!--
# rdoc-file=lib/fileutils.rb
# - rm(list, force: nil, noop: nil, verbose: nil)
# -->