Module: RuGUI::EntityRegistrationSupport::ClassMethods
- Defined in:
- lib/rugui/entity_registration_support.rb
Instance Method Summary collapse
Instance Method Details
#register(entity, *names) ⇒ Object
4 5 6 7 8 |
# File 'lib/rugui/entity_registration_support.rb', line 4 def register(entity, *names) names.each do |name| register_entity entity, name end end |