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
13 14 15 16 17 18 19 |
# File 'lib/ehbrs/tools/runner/music/sort/shuffle.rb', line 13 def run if parsed.load? load_last_shuffle else dump_last_shuffle end end |