Sha256: 43e28ef812052469f9729608c525273d9c80c92333781354c5bc5f76ec3a0c62

Contents?: true

Size: 1.05 KB

Versions: 1

Compression:

Stored size: 1.05 KB

Contents

o:$YARD::CodeObjects::MethodObject:
@name:closed?:@docstringIC:YARD::Docstring"GReturns +true+ if *strio* is completely closed, +false+ otherwise.
:@objectu:YARD::StubProxyStringIO#closed?:
@summary0:
@tags[o:YARD::Tags::OverloadTag
;
u;StringIO#closed?;;;IC;	"
;
u;StringIO#closed?;0;
[o:YARD::Tags::Tag
;
0;0:@tag_name"return:@types["Boolean:
@text":	@all"@return [Boolean]:@ref_tags[;"
overload:@parameters[;0:@signature"closed?;0;"oReturns +true+ if *strio* is completely closed, +false+ otherwise.


@overload closed?
  @return [Boolean];[:@docstring_extra0:@visibility:public:@files[["ext/stringio/stringio.c0;
[;[:
@path"StringIO#closed?:@source_type:c:@source"/*
 * call-seq:
 *   strio.closed?    -> true or false
 *
 * Returns +true+ if *strio* is completely closed, +false+ otherwise.
 */
static VALUE
strio_closed(self)
    VALUE self;
{
    struct StringIO *ptr = StringIO(self);
    if (!CLOSED(ptr)) return Qfalse;
    return Qtrue;
}:@namespaceu;
StringIO:@scope:
instance:@current_file_has_commentsF

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pry-0.6.9pre1-i386-mingw32 lib/pry/stdlib_docs18/objects/StringIO/closed_3F_i.dat