class Dir
scriptdir
Public Class Methods
scriptdir()
click to toggle source
# File lib/el4r/el4r-sub.rb, line 956 def Dir.scriptdir File.dirname(File.expand_path(caller(1)[0].scan(/^(.+?):\d+:/).to_s)) end
scriptdir
# File lib/el4r/el4r-sub.rb, line 956 def Dir.scriptdir File.dirname(File.expand_path(caller(1)[0].scan(/^(.+?):\d+:/).to_s)) end