Module: Transcriber::Resource::InputPath

Defined in:
lib/transcriber/resource/input_path.rb

Class Method Summary collapse

Class Method Details

.resolve(options, convert_input_keys = Key::Converter::DefaultHandler) ⇒ Object



4
5
6
# File 'lib/transcriber/resource/input_path.rb', line 4

def self.resolve(options, convert_input_keys = Key::Converter::DefaultHandler)
  convert_input_keys.call keys_for_path(custom_path(options))
end