Sha256: e053946dadd500228b1d058c4ae6e07248ccdcffe30bc302c006d862e39e6016
Contents?: true
Size: 1.9 KB
Versions: 16
Compression:
Stored size: 1.9 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name: sync=:@docstringIC:YARD::Docstring"CSets the ``sync mode'' to <code>true</code> or <code>false</code>. When sync mode is true, all output is immediately flushed to the underlying operating system and is not buffered internally. Returns the new state. See also <code>IO#fsync</code>. f = File.new("testfile") f.sync = true <em>(produces no output)</em> :@objectu:YARD::StubProxy IO#sync=: @summary0: @all"rSets the ``sync mode'' to <code>true</code> or <code>false</code>. When sync mode is true, all output is immediately flushed to the underlying operating system and is not buffered internally. Returns the new state. See also <code>IO#fsync</code>. f = File.new("testfile") f.sync = true <em>(produces no output)</em> @overload sync=(boolean) @return [Boolean]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u; IO#sync=;;;IC; "