method
on_mlhs_add_post
v2_5_5 -
Show 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