Sha256: c63ca37f48291ab1158cdae3e89a7fd722bc110820d16e6f60599dd042518209

Contents?: true

Size: 317 Bytes

Versions: 2

Compression:

Stored size: 317 Bytes

Contents

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

module RTM::Sugar::Variant
  module Topic

    # Return the topic this variant belongs to.
    #
    # :call-seq:
    #   topic -> Topic
    #
    def topic
      return self.parent.parent
    end

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rtm-0.3.1 lib/rtm/sugar/variant/topic.rb
rtm-0.3.0 lib/rtm/sugar/variant/topic.rb