Method: Workspace::Dir#==

Defined in:
lib/workspace/dir.rb

#==(other) ⇒ Object



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

def ==(other)
  other.class == self.class && other.to_s == self.to_s
end