18 19 20
# File 'lib/things/document.rb', line 18 def focus(name) @focus_cache[name] ||= Focus.new(name, @doc) end