Class: Pathname
- Inherits:
-
Object
- Object
- Pathname
- Defined in:
- lib/rubyqc/stdlib/pathname.rb
Class Method Summary collapse
Class Method Details
.rubyqc ⇒ Object
5 6 7 |
# File 'lib/rubyqc/stdlib/pathname.rb', line 5 def self.rubyqc new(File.dirname($LOADED_FEATURES.sample)) end |