method

end_document

v1_9_3_392 - Show latest stable - Class: Psych::JSON::YAMLEvents
end_document(implicit_end = !streaming?)
public

No documentation available.

# File ext/psych/lib/psych/json/yaml_events.rb, line 8
      def end_document implicit_end = !streaming?
        super(implicit_end)
      end