method

on_mlhs_paren

ruby latest stable - Class: Ripper::SexpBuilderPP
on_mlhs_paren(list)
private

No documentation available.

# File ext/ripper/lib/ripper/sexp.rb, line 137
    def on_mlhs_paren(list)
      [:mlhs, *list]
    end