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 347 347: def [] name 348: hash = @env.find { |closure| closure.has_key? name } 349: hash[name] if hash 350: end
# File lib/sexp_processor.rb, line 352 352: def []= name, val 353: hash = @env.find { |closure| closure.has_key? name } || @env.first 354: hash[name] = val 355: end
# File lib/sexp_processor.rb, line 337 337: def all 338: @env.reverse.inject { |env, scope| env.merge scope } 339: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.