Class: Pathname

Inherits:
Object
  • Object
show all
Defined in:
lib/rubyqc/stdlib/pathname.rb

Class Method Summary collapse

Class Method Details

.rubyqcObject



5
6
7
# File 'lib/rubyqc/stdlib/pathname.rb', line 5

def self.rubyqc
  new(File.dirname($LOADED_FEATURES.sample))
end