| D | asciidoctor.js | 12495 $proto.head = $proto.body = $proto.foot = nil; 12499 $def(self, '$initialize', function $$initialize(head, foot, body) { argument 12504 if (foot == null) foot = []; 12507 self.foot = foot; 12515 return [["head", self.head], ["body", self.body], ["foot", self.foot]] 12520 … return $hash2(["head", "body", "foot"], {"head": self.head, "body": self.body, "foot": self.foot}) property 21018 return this.rows.foot 21026 return this.rows !== Opal.nil && this.rows.foot.length > 0 21108 Rows.create = function (head, foot, body) { argument 21109 return this.$new(head, foot, body) [all …]
|