lib/strict/reader/attributes.rb in strict-1.0.0 vs lib/strict/reader/attributes.rb in strict-1.1.0
- old
+ new
@@ -6,10 +6,10 @@
def attributes(&block)
block ||= -> {}
configuration = Strict::Attributes::Dsl.run(&block)
include Module.new(configuration)
include Strict::Attributes::Instance
- extend Strict::Attributes::Configured
+ extend Strict::Attributes::Class
end
end
end
end