source: ruby/branches/TRY-open_ehr_gem/lib/rm/support/definition.rb@ 306

Last change on this file since 306 was 306, checked in by Tatsukawa, Akimichi, 15 years ago

refactored open_ehr to build gem package

File size: 264 bytes
Line 
1module OpenEhr
2 module RM
3 module Support
4 module Definition
5 module BasicDefinition
6 CR = "\015"
7 LF = "\012"
8 end
9 class OpenEHRDefinitions
10 include BasicDefinition
11 end
12 end
13 end
14 end
15end
Note: See TracBrowser for help on using the repository browser.