method
end_stream
v2_6_3 -
Show latest stable
- Class:
Psych::TreeBuilder
end_stream()public
No documentation available.
# File ext/psych/lib/psych/tree_builder.rb, line 90
def end_stream
n = pop
set_end_location(n)
n
end