Class: SFRP::Mono::Memory
- Inherits:
-
Object
- Object
- SFRP::Mono::Memory
- Defined in:
- lib/sfrp/mono/memory.rb
Class Method Summary collapse
Instance Method Summary collapse
- #and(other) ⇒ Object
- #count(type_str) ⇒ Object
-
#initialize(hash = {}) ⇒ Memory
constructor
A new instance of Memory.
- #or(other) ⇒ Object
Constructor Details
#initialize(hash = {}) ⇒ Memory
Returns a new instance of Memory.
12 13 14 |
# File 'lib/sfrp/mono/memory.rb', line 12 def initialize(hash = {}) @hash = hash end |