In Files

Parent

Methods

Class/Module Index [+]

Quicksearch

Object

Public Instance Methods

__(*args) click to toggle source
# File spec/setup.rb, line 12
def __(*args)
  file_this_included_from = caller.first.split(":").first
  app_root = File.expand_path(File.dirname(file_this_included_from))
  args = [app_root]+args
  File.expand_path(File.join(args))
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.