Mis Algoritmos/sabros.us/metaprogramming

Introduzca termino a buscar



Hay 1 enlaces. Estás viendo desde el 1 hasta el 1
Etiquetas relacionadas: ruby

Metaprogramming in ruby its all about the self

All the same, but why? learn by reading the article: class Person def self.species "Homo Sapien" end end class Person class << self def species "Homo Sapien" end end end class << Person def species "Homo Sapien" end end Person.instance_eval do def species "Homo Sapien" end end def Person.species "Homo Sapien" end

en ruby metaprogramming el 10.06.20



generado con: sabros.us

RSS de la etiqueta 'metaprogramming'