source: ruby/branches/0.0/models/rm/support/definition.rb@ 168

Last change on this file since 168 was 168, checked in by KOBAYASHI, Shinji, 15 years ago

roll back branch 0.0

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.