Module: RTM::IO::ToYAML::Topic
- Defined in:
- lib/rtm/io/to_yaml.rb
Instance Method Summary collapse
-
#to_yaml ⇒ Object
Returns the YAML representation of this topic as String.
Instance Method Details
#to_yaml ⇒ Object
Returns the YAML representation of this topic as String.
:call-seq:
to_yaml -> String
26 27 28 |
# File 'lib/rtm/io/to_yaml.rb', line 26 def to_yaml to_hash.to_yaml end |