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
88 89 90 91 92 93 94 |
# File 'lib/teodoro/arquivo_data.rb', line 88 def to_str @to_str ||= File.join( diretorio, "#{nome_do_arquivo.to_s.gsub(%r{[<|>:"/\\?*]}, '_')}.data" ) end |