I really hate this here, but I hate subdirs in my lib dir more... I guess it is kinda like shaving... I’ll split this out when it itches too much...
TODO: depth_of
# File lib/sexp_processor.rb, line 367 367: def [] name 368: hash = @env.find { |closure| closure.has_key? name } 369: hash[name] if hash 370: end
# File lib/sexp_processor.rb, line 372 372: def []= name, val 373: hash = @env.find { |closure| closure.has_key? name } || @env.first 374: hash[name] = val 375: end
# File lib/sexp_processor.rb, line 357 357: def all 358: @env.reverse.inject { |env, scope| env.merge scope } 359: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.