Class: Teodoro::ArquivoData::Caminho

Inherits:
Object
  • Object
show all
Defined in:
lib/teodoro/arquivo_data.rb

Instance Method Summary collapse

Instance Method Details

#to_strObject



44
45
46
47
48
49
50
# File 'lib/teodoro/arquivo_data.rb', line 44

def to_str
  @to_str ||=
    File.join(
      diretorio,
      "#{windows? ? nome_do_arquivo.to_s.gsub(%r{[<|>:"/\\?*]}, '_') : nome_do_arquivo}.data"
    )
end