class Person def self.species "Homo Sapien" end end
class Person class << self def species "Homo Sapien" end end end
No comments:
Post a Comment