module Callsite::StringMethods

Public Instance Methods

~() click to toggle source
# File lib/callsite.rb, line 70
def ~
  File.expand_path(File.join(Kernel.__DIR_REL__(caller.first), self))
end