Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in eigenclass

Add class methods through include

What's the difference between a class and the singleton of that class in Ruby?

ruby eigenclass

Ruby eigenclass unexpected behaviour

Class, Module, their eigenclasses, and method lookup

Singleton class of singleton class of BasicObject in Ruby

Difference between 'self.method_name' and 'class << self' in Ruby

Why am I able to use Kernel singleton methods like `puts`?

ruby eigenclass

Why a module's singleton method is not visible in downstream eigenclasses where it gets mixed?

Why is it important to learn about metaprogramming and eigenclasses in Ruby?

Determine Class from Eigenclass

How to find private singleton methods

Is it possible to get all the eigenclasses in Ruby?

Ruby Class Methods vs. Methods in Eigenclasses

Why isn't the eigenclass equivalent to self.class, when it looks so similar?

class << self idiom in Ruby