source: ruby/trunk/models/rm/data_structures/data_structure.rb@ 4

Last change on this file since 4 was 4, checked in by KOBAYASHI, Shinji, 16 years ago

restructuring repository tree

File size: 193 bytes
Line 
1# rm::data_structures
2# class DATA_STRUCTURE
3module DataStructures
4 class DataStructure
5 def as_hierarchy
6 raise NotImplementError, "as_hirarchy must be implemented"
7 end
8 end
9end
Note: See TracBrowser for help on using the repository browser.