lib/yard/handlers/base.rb in yard-0.7.1 vs lib/yard/handlers/base.rb in yard-0.7.2
- old
+ new
@@ -476,14 +476,10 @@
nil
end
end
unless CONTINUATIONS_SUPPORTED
- unless $NO_CONTINUATION_WARNING
- $NO_CONTINUATION_WARNING = true
- log.warn "JRuby/MacRuby/Rubinius do not implement Kernel#callcc and cannot " +
- "load files in order. You must specify the correct order manually."
- end
+ log.warn_no_continuations
raise NamespaceMissingError, object
end
retries = 0
context = callcc {|c| c }
\ No newline at end of file