# File lib/tapkit/control/objectstore.rb, line 56
                def fetch( fetch_spec, editing_context )
                        store = object_store_for_fetch_spec fetch_spec
                        store.fetch(fetch_spec, editing_context)
                end