Class: Object

Inherits:
BasicObject
Defined in:
lib/conjur/policy/ruby/loader.rb

Instance Method Summary collapse

Instance Method Details

#to_yaml_propertiesObject

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



4
5
6
# File 'lib/conjur/policy/ruby/loader.rb', line 4

def to_yaml_properties
  instance_variables.sort
end