Method: Smartdict::Core::IsManager::ClassMethods#find

Defined in:
lib/smartdict/core/is_manager.rb

#find(name) ⇒ Object



13
14
15
# File 'lib/smartdict/core/is_manager.rb', line 13

def find(name)
  @entities[name.to_s]
end