# File lib/win32/file.rb, line 877 def normal=(bool) unless bool raise ArgumentError, "only 'true' may be passed as an argument" end if SetFileAttributes(self.path, FILE_ATTRIBUTE_NORMAL) == 0 raise ArgumentError, get_last_error end self end