NAME
Sidef::Object::Object
DESCRIPTION
This object is ...
SYNOPSIS
var obj = Object.new(...);
INHERITS
Inherits methods from:
* Sidef::Object::Convert
METHODS
!~
Obj !~ Obj -> Obj
Return the
&&
Obj && Obj -> Obj
Return the
\\
Obj \\ Obj -> Obj
Return the
^
Obj ^ Obj -> Obj
Return the
alias_method
Object.alias_method() -> Obj
Return the
bless
Object.bless() -> Obj
Return the
class
Object.class() -> Obj
Return the
clone
Object.clone() -> Obj
Return the
dclone
Object.dclone() -> Obj
Return the
def_method
Object.def_method() -> Obj
Return the
dump
Object.dump() -> Obj
Return the
interpolate
Object.interpolate() -> Obj
Return the
is_a
Object.is_a() -> Obj
Return the
Aliases: is_an, kind_of
lazy
Object.lazy() -> Obj
Return the
method
Object.method() -> Obj
Return the
methods
Object.methods() -> Obj
Return the
new
Object.new() -> Obj
Return the
parent_classes
Object.parent_classes() -> Obj
Return the
Object.print() -> Obj
Return the
ref
Object.ref() -> Obj
Return the
refaddr
Object.refaddr() -> Obj
Return the
Aliases: object_id
reftype
Object.reftype() -> Obj
Return the
Aliases: object_type
respond_to
Object.respond_to() -> Obj
Return the
say
Object.say() -> Obj
Return the
Aliases: println
undef_method
Object.undef_method() -> Obj
Return the
||
Obj || Obj -> Obj
Return the
~~
Obj ~~ Obj -> Obj
Return the