class Struct
Public Instance Methods
to_simple_yaml(options = {})
click to toggle source
# File lib/to_simple_yaml/core.rb, line 2 def to_simple_yaml(options = {}) generate_yaml(self, options) end
# File lib/to_simple_yaml/core.rb, line 2 def to_simple_yaml(options = {}) generate_yaml(self, options) end