Class StaticConditionalContext
In: lib/haml/util.rb
Parent: Object

The context in which the ERB for \{def_static_method} will be run.

Methods

Public Class methods

@param set [include?] The set of variables that are defined for this context.

Public Instance methods

Checks whether or not a variable is defined for this context.

@param name [Symbol] The name of the variable @return [Boolean]

[Validate]