Class: Dir

Inherits:
Object show all
Defined in:
lib/el4r/el4r-sub.rb

Overview

scriptdir

Class Method Summary collapse

Class Method Details

.scriptdirObject



956
957
958
# File 'lib/el4r/el4r-sub.rb', line 956

def Dir.scriptdir
  File.dirname(File.expand_path(caller(1)[0].scan(/^(.+?):\d+:/).to_s))
end