Class: PathList::PathAndMatchData
Instance Attribute Summary collapse
-
#match ⇒ Object
Returns the value of attribute match.
Attributes included from CoreEx::Pathname
Class Method Summary collapse
Methods inherited from Pathname
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 Attribute Details
#match ⇒ Object
Returns the value of attribute match.
372 373 374 |
# File 'lib/path_list.rb', line 372 def match @match end |