Module: RTM::Sugar::Variant::Topic
- Defined in:
- lib/rtm/sugar/variant/topic.rb
Instance Method Summary collapse
-
#topic ⇒ Object
Return the topic this variant belongs to.
Instance Method Details
#topic ⇒ Object
Return the topic this variant belongs to.
:call-seq:
topic -> Topic
12 13 14 |
# File 'lib/rtm/sugar/variant/topic.rb', line 12 def topic return self.parent.parent end |