source: ruby/trunk/lib/open_ehr/writer.rb@ 405

Last change on this file since 405 was 405, checked in by KOBAYASHI, Shinji, 14 years ago

start serializer implementation

File size: 143 bytes
Line 
1module OpenEHR
2 module Writer
3 class BaseWriter
4 def initiailze(source, target)
5 end
6
7 def out
8 end
9 end
10 end
11end
12
Note: See TracBrowser for help on using the repository browser.