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