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