Class | Haml::Util::StaticConditionalContext |
In: |
lib/haml/util.rb
|
Parent: | Object |
The context in which the ERB for \{def_static_method} will be run.
@param set [include?] The set of variables that are defined for this context.
# File lib/haml/util.rb, line 249 249: def initialize(set) 250: @set = set 251: end