Module: RTM::AxesExtension::Name
- Defined in:
- lib/rtm/axes.rb
Instance Method Summary collapse
-
#axes(tm = self.topic_map) ⇒ Object
Changes from TMAPI-mode to Axes-mode.
Instance Method Details
#axes(tm = self.topic_map) ⇒ Object
Changes from TMAPI-mode to Axes-mode.
:call-seq:
axes -> RTM::Axes::Name
249 250 251 |
# File 'lib/rtm/axes.rb', line 249 def axes(tm = self.topic_map) RTM::Axes::Name.new(self, tm) end |