lib/konstructor/factory.rb in konstructor-0.4.4 vs lib/konstructor/factory.rb in konstructor-0.4.5
- old
+ new
@@ -1,5 +1,6 @@
module Konstructor
+ # @private
class Factory # :nodoc:
def initialize(klass)
@klass = klass
@konstructor_names = []
\ No newline at end of file