Browse Subversion Repository
Diff of /cursor.rb
Parent Directory
| Revision Log
| Patch
| 43 |
def column |
def column |
| 44 |
@col |
@col |
| 45 |
end |
end |
| 46 |
|
|
| 47 |
|
def ==(other) |
| 48 |
|
return nil if other.class != self.class |
| 49 |
|
self.row == other.row && self.column == other.column |
| 50 |
|
end |
| 51 |
end |
end |
| 52 |
end |
end |
|
|
Legend:
| Removed from v.18 |
|
| changed lines |
| |
Added in v.44 |
|
|
|