Class: Module
Overview
class Object def attributes *a, &b sc = class << self self end sc.attributes *a, &b end %w( attributes attribute attribute ).each{|dst| alias_method dst, 'attributes'} end
class Object def attributes *a, &b sc = class << self self end sc.attributes *a, &b end %w( attributes attribute attribute ).each{|dst| alias_method dst, 'attributes'} end