Skip to content

Commit dc2db32

Browse files
authored
active_hash: The force argument of ActiveFile::Base.reload should be optional (#880)
ref: https://github.com/active-hash/active_hash/blob/3151947ca1c6217443eba940107a14f7450ff0ac/lib/active_file/base.rb#L16
1 parent 363840b commit dc2db32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gems/active_hash/3.2/active_file.rbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module ActiveFile
22
class Base < ActiveHash::Base
33
def self.set_root_path: (String) -> void
44
def self.set_filename: (String) -> void
5-
def self.reload: (bool) -> void
5+
def self.reload: (?bool) -> void
66
end
77
end

0 commit comments

Comments
 (0)