Sha256: 4fe0d3c4738b3ff13f0f137f4a899b683fff7fedb7e4cb936ca6992cbd0648b2
Contents?: true
Size: 529 Bytes
Versions: 8
Compression:
Stored size: 529 Bytes
Contents
Variable are in scope if they are defined on the page in question or in somewhere in the parent hierarchy of the page in question. For example, lets say the variable we are interested in is X. * If X is defined on this page then it is definately in scope. * If X is not defined on this page but is defined in the page .FitNesse (this page's parent), then X is still in scope. * If X is defined on .FitNesse.UserGuide.FitNesseWiki then X is not in scope because .FitNesse.UserGuide.FitNesseWiki is not a parent of this page.
Version data entries
8 entries across 8 versions & 1 rubygems