Flowdock
method

end_document

Importance_1
v2_1_10 - Show latest stable - 0 notes - Class: Handler
end_document(implicit) public

Called with the document ends. implicit is a boolean value indicating whether or not the document has an implicit ending.

Example

Given the following YAML:

---
  hello world

implicit will be true. Given this YAML:

---
  hello world
...

implicit will be false.

Show source
Register or log in to add new notes.