Class: Orefs::Dir

Inherits:
Info
  • Object
show all
Defined in:
lib/orefs/dir.rb

Constant Summary

Constant Summary

Constants inherited from Info

Info::ERROR, Info::LOCAL, Info::NORMAL, Info::REMOTE

Instance Attribute Summary

Attributes inherited from Info

#group, #master, #mode, #mtime, #name, #owner, #removed

Instance Method Summary (collapse)

Methods inherited from Info

#eql?

Constructor Details

- (Dir) initialize(name)

A new instance of Dir



5
6
7
# File 'lib/orefs/dir.rb', line 5

def initialize(name)
  super(name)
end