• Thong Kuah's avatar
    Use the last non-block arg for cop · 379c7f55
    Thong Kuah authored
    In Ruby, the explicit block argument is special, and for our case cannot
    be converted into a keyword argument. The argument we want instead is
    the last non-block argument.
    379c7f55
last_keyword_argument.rb 2.5 KB