Class: Object

Inherits:
BasicObject
Includes:
Ruuuby::Feature::Includable::ObjectF06, Ruuuby::Feature::Includable::ObjectF16
Defined in:
lib/ruuuby/class/obj.rb

Overview

add various functions to existing class Object

Instance Method Summary collapse

Methods included from Ruuuby::Feature::Includable::ObjectF16

, , , #⁰, #⁴, #⁵, #⁶, #⁷, #⁸, #⁹, #⁻², #⁻³, #⁻¹, #⁻⁴, #⁻⁵, #⁻⁶, #⁻⁷, #⁻⁸, #⁻⁹

Methods included from Ruuuby::Feature::Includable::ObjectF06

#🛑arys❓, #🛑ary❓, #🛑bools❓, #🛑bool❓, #🛑flts❓, #🛑flt❓, #🛑hshs❓, #🛑hsh❓, #🛑ints❓, #🛑int❓, #🛑matrix❓, #🛑nums❓, #🛑num❓, #🛑sets❓, #🛑set❓, #🛑strs❓, #🛑str❓, #🛑syms❓, #🛑sym❓, #🛑vec❓

Instance Method Details

#attribute_versionable(version_expected, &block) ⇒ Object

Parameters:

Raises:

  • (ArgumentError)


335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
# File 'lib/ruuuby/class/obj.rb', line 335

def attribute_versionable(version_expected, &block)
  

#String

Returns this particular object’s Class as a String.

Returns:

  • (String)

    this particular object’s Class as a String



323
# File 'lib/ruuuby/class/obj.rb', line 323

def