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
RevLine 
[168]1module OpenEHR
[4]2 module RM
3 module Support
4 module Definition
[168]5 module Basic_Definition
[4]6 CR = "\015"
7 LF = "\012"
8 end
[168]9 class OpenEHR_Definitions
10 include Basic_Definition
[4]11 end
12 end
13 end
14 end
15end
Note: See TracBrowser for help on using the repository browser.