class Object

Public Instance Methods

to_yaml_properties() click to toggle source

Dear Ruby, I wish instance variables order was stable, because if it was then YAML would always come out the same.

# File lib/conjur/dsl2/ruby/loader.rb, line 4
def to_yaml_properties
  instance_variables.sort
end