Sha256: 375581d9d79e2f7d29617a0846359898917ed54e137540e56919c32012fb3766

Contents?: true

Size: 1.48 KB

Versions: 12

Compression:

Stored size: 1.48 KB

Contents

o:$YARD::CodeObjects::MethodObject:
@name:<:@docstringIC:YARD::Docstring"×Returns true if <i>mod</i> is a subclass of <i>other</i>. Returns
<code>nil</code> if there's no relationship between the two.
(Think of the relationship in terms of the class definition:
"class A<B" implies "A<B").
:@objectu:YARD::StubProxy
Module#<:
@summary0:	@all"
Returns true if <i>mod</i> is a subclass of <i>other</i>. Returns
<code>nil</code> if there's no relationship between the two.
(Think of the relationship in terms of the class definition:
"class A<B" implies "A<B").



@overload <(other)
  @return [true, false, nil]:@ref_tags[:
@tags[o:YARD::Tags::OverloadTag
;
u;
Module#<;;;IC;	"
;
u;
Module#<;0;
"@return [true, false, nil];[;[o:YARD::Tags::Tag
;
0;0:@types["	true"
false"nil:
@text":@tag_name"return;0:@parameters[[:
other0;0:@signature"
<(other);"
overload:@current_file_has_commentsF:@scope:
instance;[:@docstring_extra0:@files[["
object.c0:@namespaceu;Module:
@path"
Module#<;[:@visibility:public:@source"³/*
 * call-seq:
 *   mod < other   =>  true, false, or nil
 *
 * Returns true if <i>mod</i> is a subclass of <i>other</i>. Returns 
 * <code>nil</code> if there's no relationship between the two. 
 * (Think of the relationship in terms of the class definition: 
 * "class A<B" implies "A<B").
 *
 */

static VALUE
rb_mod_lt(mod, arg)
    VALUE mod, arg;
{
    if (mod == arg) return Qfalse;
    return rb_class_inherited_p(mod, arg);
}:@source_type:c

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
pry-doc-0.4.4 lib/pry-doc/core_docs_18/objects/Module/_3C_i.dat
pry-doc-0.4.3 lib/pry-doc/core_docs_18/objects/Module/_3C_i.dat
pry-doc-0.4.2 lib/pry-doc/core_docs_18/objects/Module/_3C_i.dat
pry-doc-0.4.1 lib/pry-doc/core_docs_18/objects/Module/_3C_i.dat
pry-doc-0.4.0 lib/pry-doc/core_docs_18/objects/Module/_3C_i.dat
pry-doc-0.3.0 lib/pry-doc/core_docs_18/objects/Module/_3C_i.dat
pry-doc-0.2.4pre1 lib/pry-doc/core_docs_18/objects/Module/_3C_i.dat
pry-doc-0.2.3pre1 lib/pry-doc/core_docs_18/objects/Module/_3C_i.dat
pry-doc-0.2.1 lib/pry-doc/core_docs_18/objects/Module/_3C_i.dat
pry-doc-0.2.0 lib/pry-doc/core_docs_18/objects/Module/_3C_i.dat
pry-doc-0.1.5pre1 lib/pry-doc/core_docs_18/objects/Module/_3C_i.dat
pry-0.6.9pre1-i386-mingw32 lib/pry/core_docs_18/objects/Module/_3C_i.dat