Sha256: 367b990a6de48a65bea994539132a06ff97a6ecdb81ccda6a5450d14170938e3

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 an ancestor 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 "B>A").
:@objectu:YARD::StubProxy
Module#>:
@summary0:	@all"Returns true if <i>mod</i> is an ancestor 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 "B>A").



@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 an ancestor 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 "B>A").
 *
 */

static VALUE
rb_mod_gt(mod, arg)
    VALUE mod, arg;
{
    if (mod == arg) return Qfalse;
    return rb_mod_ge(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/_3E_i.dat
pry-doc-0.4.3 lib/pry-doc/core_docs_18/objects/Module/_3E_i.dat
pry-doc-0.4.2 lib/pry-doc/core_docs_18/objects/Module/_3E_i.dat
pry-doc-0.4.1 lib/pry-doc/core_docs_18/objects/Module/_3E_i.dat
pry-doc-0.4.0 lib/pry-doc/core_docs_18/objects/Module/_3E_i.dat
pry-doc-0.3.0 lib/pry-doc/core_docs_18/objects/Module/_3E_i.dat
pry-doc-0.2.4pre1 lib/pry-doc/core_docs_18/objects/Module/_3E_i.dat
pry-doc-0.2.3pre1 lib/pry-doc/core_docs_18/objects/Module/_3E_i.dat
pry-doc-0.2.1 lib/pry-doc/core_docs_18/objects/Module/_3E_i.dat
pry-doc-0.2.0 lib/pry-doc/core_docs_18/objects/Module/_3E_i.dat
pry-doc-0.1.5pre1 lib/pry-doc/core_docs_18/objects/Module/_3E_i.dat
pry-0.6.9pre1-i386-mingw32 lib/pry/core_docs_18/objects/Module/_3E_i.dat