Class: Dir
- Inherits:
-
Object
- Object
- Dir
- Defined in:
- lib/pretty_debug.rb
Class Method Summary collapse
Class Method Details
.glob_relative(f) ⇒ Object
12 |
# File 'lib/pretty_debug.rb', line 12 def self.glob_relative f; glob(File.(f, caller_location.realdirname)) end |