module Callsite::FileMethods

Public Instance Methods

relative(path) click to toggle source
# File lib/callsite.rb, line 77
def relative(path)
  File.expand_path(File.join(Kernel.__DIR_REL__(caller.first), path))
end