method
on_mlhs_add_post
ruby latest stable - Class:
Ripper::SexpBuilderPP
on_mlhs_add_post(list, post)private
No documentation available.
# File ext/ripper/lib/ripper/sexp.rb, line 145
def on_mlhs_add_post(list, post)
list.concat(post)
end