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