Class: Pathname

Inherits:
Object show all
Includes:
CoreEx::Pathname
Defined in:
lib/core_ex.rb,
lib/temp_path.rb

Overview

module Dependencies

Direct Known Subclasses

PathList::PathAndMatchData

Instance Attribute Summary

Attributes included from CoreEx::Pathname

#open_mode

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

Returns:

  • (Boolean)


163
164
165
# File 'lib/temp_path.rb', line 163

def temp?
  false
end