Sha256: fd7a4be5ae3caa0d83d5977c0d7b96021bc398e94309c45609c7b5a6a8155746
Contents?: true
Size: 439 Bytes
Versions: 19
Compression:
Stored size: 439 Bytes
Contents
$:.unshift(File.dirname(__FILE__)) unless $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__))) module OpenEHR module RM module Common autoload :Archetyped, 'common/archetyped' autoload :ChangeControl, 'common/change_control' autoload :Directory, 'common/directory' autoload :Generic, 'common/generic.rb' autoload :Resource, 'common/resource' end end end
Version data entries
19 entries across 19 versions & 2 rubygems