tmm1 / ripper-tags

fast, accurate ctags generator for ruby source code using Ripper
MIT License
550 stars 43 forks source link

fixes an issue when `delegate *options` was used #71

Closed khelben closed 6 years ago

khelben commented 6 years ago

this was exposed when trying to parse https://github.com/flyerhzm/bullet/blob/master/lib/bullet.rb#L36-L38

  available_notifiers = UniformNotifier::AVAILABLE_NOTIFIERS.map { |notifier| "#{notifier}=" }
  available_notifiers << { :to => UniformNotifier }
  delegate *available_notifiers
mislav commented 6 years ago

Thanks for the fix!

Your additional commit that you've pushed breaks all tests in CI. Care to check that out?

khelben commented 6 years ago

my bad, I've fixed it.