Method: Rumx::Bean#bean_remove_child

Defined in:
lib/rumx/bean.rb

#bean_remove_child(name) ⇒ Object



218
219
220
221
222
# File 'lib/rumx/bean.rb', line 218

def bean_remove_child(name)
  bean_synchronize do
    bean_children.delete(name.to_sym)
  end
end