class Rails::Paths::Path

def absolute_current # :nodoc:

:nodoc:
def absolute_current # :nodoc:
  File.expand_path(@current, @root.path)
end