12 13 14
# File 'lib/quick/core_ext.rb', line 12 def quick_instance @quick_instance ||= Object.new.extend self end
16 17 18 19 20
# File 'lib/quick/core_ext.rb', line 16 def code_files @code_files ||= Hash.new do |h, k| h[k] = Quick::FS::CodeFile.new self, k end end