Class: File

Inherits:
IO
  • Object
show all
Extended by:
DistributedShelf
Defined in:
lib/dshelf/file.rb,
lib/dshelf/stat.rb

Defined Under Namespace

Classes: Stat

Constant Summary

Constants included from DistributedShelf

DistributedShelf::VERSION

Instance Method Summary collapse

Methods included from DistributedShelf

config=, distributed?, override_class_method, proxy_method, server_url

Instance Method Details

#absolutepathObject



5
# File 'lib/dshelf/file.rb', line 5

def absolutepath; File.expand_path path, Dir.pwd end