Changeset 230 for ruby/branches/0.5


Ignore:
Timestamp:
Aug 27, 2009, 11:53:17 PM (15 years ago)
Author:
KOBAYASHI, Shinji
Message:

move from test to rspec

Location:
ruby/branches/0.5
Files:
1 added
1 edited

Legend:

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

    r216 r230  
    2929      module Uri
    3030        class DvUri < OpenEHR::RM::DataTypes::Basic::DataValue
    31           def initialize(value)
    32             self.value = value
     31          def initialize(args ={})
     32            self.value = args[:value]
    3333          end
    3434          def fragment_id
Note: See TracChangeset for help on using the changeset viewer.