60 61 62
# File 'lib/swarm/hive.rb', line 60 def fetch(klass, id) Swarm::Support.constantize(klass).fetch(id, hive: self) end