lib/yard/handlers/ruby/legacy/alias_handler.rb in yard-0.5.8 vs lib/yard/handlers/ruby/legacy/alias_handler.rb in yard-0.6.0
- old
+ new
@@ -1,4 +1,5 @@
+# (see Ruby::AliasHandler)
class YARD::Handlers::Ruby::Legacy::AliasHandler < YARD::Handlers::Ruby::Legacy::Base
handles /\Aalias(_method)?(\s|\()/
process do
if TkALIAS === statement.tokens.first
\ No newline at end of file