Develop and Download Open Source Software

Browse Subversion Repository

Diff of /cursor.rb

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 18 by bluedwarf, Sun Apr 8 11:00:15 2007 UTC revision 44 by bluedwarf, Fri Apr 20 19:04:12 2007 UTC
# Line 43  module Edmaru Line 43  module Edmaru
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26