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