Class: Ap4r::Configuration::Services
- Includes:
- Enumerable, Singleton
- Defined in:
- lib/ap4r/util/irm.rb
Overview
:nodoc:
Instance Method Summary collapse
- #add(*args) ⇒ Object
- #each(&block) ⇒ Object
-
#initialize ⇒ Services
constructor
A new instance of Services.
Constructor Details
#initialize ⇒ Services
Returns a new instance of Services.
19 20 21 |
# File 'lib/ap4r/util/irm.rb', line 19 def initialize @list = [] end |