Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/ruuuby/class/obj.rb
Overview
add various functions to existing class Object
Instance Method Summary collapse
- #attribute_versionable(version_expected, &block) ⇒ Object
-
#Ⓣ ⇒ String
This particular object’s Class as a String.
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
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.
323 |
# File 'lib/ruuuby/class/obj.rb', line 323 def |