Sha256: efb54dd0bf4b35ab20a7d0186ee21fa00e08c568437fbf27cab4b4ae81b8c9ee
Contents?: true
Size: 1.66 KB
Versions: 16
Compression:
Stored size: 1.66 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name:isatty:@docstringIC:YARD::Docstring"ÉReturns <code>true</code> if <em>ios</em> is associated with a terminal device (tty), <code>false</code> otherwise. File.new("testfile").isatty #=> false File.new("/dev/tty").isatty #=> true :@objectu:YARD::StubProxyIO#isatty: @summary0: @all"Returns <code>true</code> if <em>ios</em> is associated with a terminal device (tty), <code>false</code> otherwise. File.new("testfile").isatty #=> false File.new("/dev/tty").isatty #=> true @overload isatty @return [Boolean] @overload tty? @return [Boolean]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;IO#isatty;;;IC; "