Module: RTM::IO::ToYAML::Role

Defined in:
lib/rtm/io/to_yaml.rb

Instance Method Summary collapse

Instance Method Details

#to_yamlObject

Returns the YAML representation of this role as String.

:call-seq:

to_yaml -> String


70
71
72
# File 'lib/rtm/io/to_yaml.rb', line 70

def to_yaml
  to_hash.to_yaml
end