source: ruby/branches/0.5.0/lib/open_ehr/rm/support/definition.rb@ 167

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

adjust for rails

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.