Method: XcodeInstall::Xcode#==
- Defined in:
- lib/xcode/install.rb
#==(other) ⇒ Object
519 520 521 522 |
# File 'lib/xcode/install.rb', line 519 def ==(other) date_modified == other.date_modified && name == other.name && path == other.path && \ url == other.url && version == other.version end |