Class: Rmsgen::Compresser
- Inherits:
-
Object
- Object
- Rmsgen::Compresser
- Defined in:
- lib/rmsgen/compresser.rb
Instance Method Summary collapse
- #body ⇒ Object
-
#initialize(polnote) ⇒ Compresser
constructor
A new instance of Compresser.
Constructor Details
#initialize(polnote) ⇒ Compresser
Returns a new instance of Compresser.
3 4 5 6 7 |
# File 'lib/rmsgen/compresser.rb', line 3 def initialize(polnote) @polnote = polnote @parts = polnote.parts run! end |