Class: Ehbrs::Tools::Runner::Music::Sort

Inherits:
Object
  • Object
show all
Defined in:
lib/ehbrs/tools/runner/music/sort.rb,
lib/ehbrs/tools/runner/music/sort/dump.rb,
lib/ehbrs/tools/runner/music/sort/load.rb,
lib/ehbrs/tools/runner/music/sort/shuffle.rb

Defined Under Namespace

Classes: Dump, Load, Shuffle

Constant Summary collapse

DEFAULT_PATH =
'.'

Instance Method Summary collapse

Instance Method Details

#config_filePathname

Returns:

  • (Pathname)


21
# File 'lib/ehbrs/tools/runner/music/sort.rb', line 21

delegate :config_file, to: :scanner

#pathPathname

Returns:

  • (Pathname)


24
25
26
# File 'lib/ehbrs/tools/runner/music/sort.rb', line 24

def path
  parsed.path.to_pathname
end