module NestedFile

Public Class Methods

root() click to toggle source
# File lib/nested_file/util.rb, line 2
def self.root
  res = File.expand_path(File.dirname(__FILE__))+"/../.."
  File.expand_path(res)
end