NAME
Sidef::Object::Object
DESCRIPTION
This class implements ...
SYNOPSIS
var obj = Object(...)
INHERITS
Inherits methods from:
* Sidef::Object::Convert
METHODS
!~
a !~ b
Returns the
&&
a && b
Returns the
:
a : b
Returns the
\\
a \\ b
Returns the
^
a ^ b
Returns the
|>
a |> b
Returns the
||
a || b
Returns the
~~
a ~~ b
Returns the
Aliases: smartmatch
⫶
a ⫶ b
Returns the
:
a : b
Returns the
alias_method
self.alias_method(old, new)
Returns the
bless
obj.bless(arg)
Returns the
class
obj.class
Returns the
clone
obj.clone
Returns the
dclone
self.dclone
Returns the
Aliases: deep_clone
def_method
self.def_method(name, block)
Returns the
dump
self.dump
Returns the
interpolate
self.interpolate
Returns the
is_a
self.is_a(obj)
Returns the
Aliases: is_an, kind_of
is_object
self.is_object
Returns the
is_typename
self.is_typename
Returns the
lazy
self.lazy
Returns the
method
self.method(method, *args)
Returns the
methods
self.methods(*args)
Returns the
new
self.new
Returns the
parent_classes
obj.parent_classes
Returns the
self.print
Returns the
ref
obj.ref
Returns the
refaddr
self.refaddr
Returns the
Aliases: object_id
reftype
self.reftype
Returns the
Aliases: object_type
respond_to
self.respond_to(method)
Returns the
say
self.say
Returns the
Aliases: println
undef_method
self.undef_method(name)
Returns the