Class: Ehbrs::Tools::Runner::Music::Sort::Shuffle
- Inherits:
-
Object
- Object
- Ehbrs::Tools::Runner::Music::Sort::Shuffle
- Defined in:
- lib/ehbrs/tools/runner/music/sort/shuffle.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
16 17 18 19 20 21 22 |
# File 'lib/ehbrs/tools/runner/music/sort/shuffle.rb', line 16 def run if parsed.load? load_last_shuffle else dump_last_shuffle end end |