lib/yard/handlers/ruby/legacy/yield_handler.rb in yard-0.5.8 vs lib/yard/handlers/ruby/legacy/yield_handler.rb in yard-0.6.0
- old
+ new
@@ -1,4 +1,5 @@
+# (see Ruby::YieldHandler)
class YARD::Handlers::Ruby::Legacy::YieldHandler < YARD::Handlers::Ruby::Legacy::Base
handles TkYIELD
process do
return unless owner.is_a?(MethodObject) # Only methods yield
\ No newline at end of file