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
The replacements argument to the prompt! method updates the model with the new values. This occur before the method prompts for any missing keys within its template.
It should not however be a positional argument as it's inconsistent with the other class methods. Instead, replacements should be a keyword argument.
The method needs refactoring in general, possible to behave more like flight-metal version. However it current works in general.
The
replacements
argument to theprompt!
method updates the model with the new values. This occur before the method prompts for any missing keys within its template.It should not however be a positional argument as it's inconsistent with the other class methods. Instead,
replacements
should be a keyword argument.The method needs refactoring in general, possible to behave more like
flight-metal
version. However it current works in general.flight-cloud/lib/cloudware/models/deployment.rb
Line 96 in 6a86429
The text was updated successfully, but these errors were encountered: