Class: Rspawn::Core
- Inherits:
-
Object
- Object
- Rspawn::Core
- Defined in:
- lib/rspawn/core.rb
Instance Method Summary collapse
-
#initialize ⇒ Core
constructor
A new instance of Core.
- #sample ⇒ Object
Constructor Details
#initialize ⇒ Core
Returns a new instance of Core.
4 5 |
# File 'lib/rspawn/core.rb', line 4 def initialize end |
Instance Method Details
#sample ⇒ Object
7 8 9 |
# File 'lib/rspawn/core.rb', line 7 def sample [] end |