Ignore:
Timestamp:
Aug 14, 2009, 8:11:44 PM (15 years ago)
Author:
KOBAYASHI, Shinji
Message:

refs #54

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ruby/branches/0.5/lib/open_ehr/rm/data_types/basic.rb

    r167 r195  
    1111        class DataValue
    1212          include OpenEhr::RM::Support::Definition::BasicDefinition
     13          def ==(other)
     14            return self.value == other.value
     15          end
    1316        end
    1417
     
    2528            end
    2629          end
     30
    2731          def value?
    2832            @value == true
Note: See TracChangeset for help on using the changeset viewer.