Method: RIO::Factory#initialize
- Defined in:
- lib/rio/factory.rb
#initialize ⇒ Factory
Returns a new instance of Factory.
252 253 254 255 256 257 |
# File 'lib/rio/factory.rb', line 252 def initialize() @ss_module = {} @reset_class = {} @state_class = {} @ss_class = {} end |