Ignore:
Timestamp:
Jan 21, 2010, 6:54:57 PM (14 years ago)
Author:
KOBAYASHI, Shinji
Message:

refs #71

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ruby/trunk/lib/open_ehr/rm/data_types/quantity/date_time.rb

    r397 r398  
    181181            end
    182182
    183             def <=>(other)
    184               self.magnitude <=> other.magnitude
    185             end
    186 
    187183            private
    188 
    189184            def split_date_time(date_time)
    190185              /^(.*)T(.*)$/ =~ date_time.as_string
Note: See TracChangeset for help on using the changeset viewer.