We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 363840b commit dc2db32Copy full SHA for dc2db32
gems/active_hash/3.2/active_file.rbs
@@ -2,6 +2,6 @@ module ActiveFile
2
class Base < ActiveHash::Base
3
def self.set_root_path: (String) -> void
4
def self.set_filename: (String) -> void
5
- def self.reload: (bool) -> void
+ def self.reload: (?bool) -> void
6
end
7
0 commit comments