Class: Pathname
- Includes:
- CoreEx::Pathname
- Defined in:
- lib/core_ex.rb,
lib/temp_path.rb
Overview
module Dependencies
Direct Known Subclasses
Instance Attribute Summary
Attributes included from CoreEx::Pathname
Instance Method Summary collapse
Methods included from CoreEx::Pathname
#/, #cp, #cp_r, #ensure_mkdir, #ensure_mkpath, #expand_path_with, #ext, #extsplit, #import!, #load_path!, #mv, #overwrite, #rm, #rm_f, #rm_r, #rm_rf, #split, #split_with_load_path, #to_io, #to_path, #to_yaml_string, #unlink
Instance Method Details
#temp? ⇒ Boolean
163 164 165 |
# File 'lib/temp_path.rb', line 163 def temp? false end |