source: ruby/trunk/models/rm/support/definition.rb@ 4

Last change on this file since 4 was 4, checked in by KOBAYASHI, Shinji, 16 years ago

restructuring repository tree

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