Ignore:
Timestamp:
Aug 10, 2009, 12:07:11 PM (15 years ago)
Author:
KOBAYASHI, Shinji
Message:

common package is now on rails

File:
1 edited

Legend:

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

    r167 r174  
    4646          def charset_valid?(charset)
    4747            result = false
    48             open('rm/data_types/charset.lst') do |file|
     48            open('lib/open_ehr/rm/data_types/charset.lst') do |file|
    4949              while line = file.gets
    5050                if charset == line.chomp
Note: See TracChangeset for help on using the changeset viewer.