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



87
88
89
90
91
92
93
# File 'lib/teodoro/arquivo_data.rb', line 87

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