BasicObject
# File lib/attributes-5.0.0.rb, line 106 def attributes *a, &b sc = class << self self end sc.attributes *a, &b end