You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jruby 9.1.6.0 (2.3.1) 2016-11-09 0150a76 Java HotSpot(TM) 64-Bit Server VM 25.111-b14 on 1.8.0_111-b14 +jit [linux-x86_64]
Linux frank-nb 4.4.0-57-generic #78-Ubuntu SMP Fri Dec 9 23:50:32 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
yard (0.9.5)
test_yard.rb
# Module level description
module TestYard
# test method documentation
#
# @param a [String] test params
# @return [Date] test return type
def test(a)
end
end
Environment
test_yard.rb
Expected Behavior
Actual Behavior
See also lsegal/yard#1044, yard/lib/yard/parser/ruby/ruby_parser.rb
I think it is related to Ripper, but not sure where to start looking.
The text was updated successfully, but these errors were encountered: