lib/spinning_wheel.rb in spinning_wheel-0.1.0 vs lib/spinning_wheel.rb in spinning_wheel-0.2.0
- old
+ new
@@ -17,16 +17,5 @@
def self.register_fabric(fabric)
@fabrics[fabric.name] = fabric
end
end
-
- # def initialize(&block)
- # instance_eval(&block)
- # end
-
- # def fabric(options, &block)
- # fabric
- # # fabric = SpinningWheel::Fabric.new(options)
- # # object = fabric.create(&block)
- # # register(fabric.name, object)
- # end