You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Working with the conjur API in a ruby repl (e.g. pry) is frustrating
because it seems to use ruby's default Object#inspect. This results in
objects being printed like the following (with large strings in place
of the ellipses):
Working with the conjur API in a ruby repl (e.g. pry) is frustrating
because it seems to use ruby's default Object#inspect. This results in
objects being printed like the following (with large strings in place
of the ellipses):
It'd be really helpful if #inspect returned a more concise and
descriptive string like
#<Conjur::Role 'stripe:layer:layer1'>
.The text was updated successfully, but these errors were encountered: