Class: Teodoro::ArquivoData::Caminho
- Inherits:
-
Object
- Object
- Teodoro::ArquivoData::Caminho
- Defined in:
- lib/teodoro/arquivo_data.rb
Instance Method Summary collapse
Instance Method Details
#to_str ⇒ Object
54 55 56 57 58 59 60 |
# File 'lib/teodoro/arquivo_data.rb', line 54 def to_str @to_str ||= File.join( diretorio, "#{windows? ? nome_do_arquivo.to_s.gsub(%r{[<|>:"/\\?*]}, '_') : nome_do_arquivo}.data" ) end |