Sha256: 300eb53fd6e9068dd1fcd34930e8211897269f0d749648d524391bf92aa5b7d1

Contents?: true

Size: 989 Bytes

Versions: 1

Compression:

Stored size: 989 Bytes

Contents

# Copyright: Copyright 2009 Topic Maps Lab, University of Leipzig.
# License:   Apache License, Version 2.0

module RTM::Topic
  require 'rtm/sugar/topic/topic_ref'
  include Sugar::Topic::TopicRef
  require 'rtm/sugar/topic/hash_access'
  include RTM::Sugar::Topic::HashAccess
  require 'rtm/sugar/topic/characteristics'
  include Sugar::Topic::Characteristics
  require 'rtm/sugar/topic/counterparts'
  include Sugar::Topic::Counterparts
  require 'rtm/sugar/topic/scoped'
  include Sugar::Topic::Scoped
  require 'rtm/sugar/topic/typed'
  include Sugar::Topic::Typed
end
module RTM::Association
  require "rtm/sugar/association/hash_access"
  include Sugar::Association::HashAccess
end
module RTM::Role
  require "rtm/sugar/role/counterparts"
  include Sugar::Role::Counterparts
end
module RTM::Occurrence
  require "rtm/sugar/occurrence/dynamic_value"
  include Sugar::Occurrence::DynamicValue
end
module RTM::Typed
  require "rtm/sugar/typed/types"
  include Sugar::Typed::Types
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rtm-0.2.0 lib/rtm/sugar.rb