source: ruby/branches/0.5/lib/open_ehr/rm/support/definition.rb

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

move from Test:Unit to RSpec

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.