Jest to przydatne, jeśli próbujesz utworzyć metody klas metaprogramowo:
def self.create_methods(method_name)
# To create instance methods:
define_method method_name do
...
end
# To create class methods that refer to the args on create_methods:
???
end
Moja odpowiedź do naśladowania ...
singleton_class.define_method