lib/tap/support/class_configuration.rb in bahuvrihi-tap-0.10.4 vs lib/tap/support/class_configuration.rb in bahuvrihi-tap-0.10.5

- old
+ new

@@ -123,10 +123,10 @@ # An array of config descriptions that are Comment objects. def code_comments code_comments = [] values.each do |config| - code_comments << config.desc if config.desc.kind_of?(Comment) + code_comments << config.desc if config.desc.kind_of?(Lazydoc::Comment) end code_comments end # The path to the :doc template (see format_str)