Sha256: 8ca83bcf76e098caa612983416f18758a229ab1e327376e199f3601118295fb7

Contents?: true

Size: 1.25 KB

Versions: 12

Compression:

Stored size: 1.25 KB

Contents

o:$YARD::CodeObjects::MethodObject:
@name:ord:@docstringIC:YARD::Docstring"®Returns the int itself.

   ?a.ord    #=> 97

This method is intended for compatibility to
character constant in Ruby 1.9.
For example, ?a.ord returns 97 both in 1.8 and 1.9.
:@objectu:YARD::StubProxyInteger#ord:
@summary0:	@all"̉Returns the int itself.

   ?a.ord    #=> 97

This method is intended for compatibility to
character constant in Ruby 1.9.
For example, ?a.ord returns 97 both in 1.8 and 1.9.


@overload ord
  @return [Integer]:@ref_tags[:
@tags[o:YARD::Tags::OverloadTag
;
u;Integer#ord;;;IC;	"
;
u;Integer#ord;0;
"@return [Integer];[;[o:YARD::Tags::Tag
;
0;0:@types["Integer:
@text":@tag_name"return;0:@parameters[;0:@signature"ord;"
overload:@current_file_has_commentsF:@scope:
instance;[:@docstring_extra0:@files[["numeric.c0:@namespaceu;Integer:
@path"Integer#ord;[:@visibility:public:@source"5/*
 *  call-seq:
 *     int.ord    => int
 *
 *  Returns the int itself.
 *
 *     ?a.ord    #=> 97
 *
 *  This method is intended for compatibility to
 *  character constant in Ruby 1.9.
 *  For example, ?a.ord returns 97 both in 1.8 and 1.9.
 */

static VALUE
int_ord(num)
    VALUE num;
{
    return num;
}:@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/Integer/ord_i.dat
pry-doc-0.4.3 lib/pry-doc/core_docs_18/objects/Integer/ord_i.dat
pry-doc-0.4.2 lib/pry-doc/core_docs_18/objects/Integer/ord_i.dat
pry-doc-0.4.1 lib/pry-doc/core_docs_18/objects/Integer/ord_i.dat
pry-doc-0.4.0 lib/pry-doc/core_docs_18/objects/Integer/ord_i.dat
pry-doc-0.3.0 lib/pry-doc/core_docs_18/objects/Integer/ord_i.dat
pry-doc-0.2.4pre1 lib/pry-doc/core_docs_18/objects/Integer/ord_i.dat
pry-doc-0.2.3pre1 lib/pry-doc/core_docs_18/objects/Integer/ord_i.dat
pry-doc-0.2.1 lib/pry-doc/core_docs_18/objects/Integer/ord_i.dat
pry-doc-0.2.0 lib/pry-doc/core_docs_18/objects/Integer/ord_i.dat
pry-doc-0.1.5pre1 lib/pry-doc/core_docs_18/objects/Integer/ord_i.dat
pry-0.6.9pre1-i386-mingw32 lib/pry/core_docs_18/objects/Integer/ord_i.dat