Sidef::Object::Object
This class implements ...
var obj = Object(...)
Inherits methods from:
* Sidef::Object::Convert
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
self.alias_method(old, new)
Returns the
obj.bless(arg)
Returns the
obj.class
Returns the
obj.clone
Returns the
self.dclone
Returns the
Aliases: deep_clone
self.def_method(name, block)
Returns the
self.dump
Returns the
self.interpolate
Returns the
self.is_a(obj)
Returns the
Aliases: is_an, kind_of
self.is_object
Returns the
self.is_typename
Returns the
self.lazy
Returns the
self.method(method, *args)
Returns the
self.methods(*args)
Returns the
self.new
Returns the
obj.parent_classes
Returns the
self.print
Returns the
obj.ref
Returns the
self.refaddr
Returns the
Aliases: object_id
self.reftype
Returns the
Aliases: object_type
self.respond_to(method)
Returns the
self.say
Returns the
Aliases: println
self.undef_method(name)
Returns the