Module: MyRepresentatives::Fileable
- Included in:
- ACT::CSVLower, Commonwealth::CSVEmail, Commonwealth::CSVLower, Commonwealth::CSVUpper, NSW::CSVLower, NSW::CSVUpper, QLD::CSVLower, SA::CSVLower, SA::CSVUpper, TAS::CSVLower, TAS::CSVUpper, VIC::CSVLower, VIC::CSVUpper, WA::CSVLower, WA::CSVUpper
- Defined in:
- lib/my_representatives/fileable.rb
Instance Method Summary collapse
Instance Method Details
#create_tmp ⇒ Object
6 7 8 |
# File 'lib/my_representatives/fileable.rb', line 6 def create_tmp FileUtils::mkdir "tmp" unless File.directory?("tmp") end |