Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added some new features #591

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Added some new features #591

wants to merge 1 commit into from

Conversation

jockmac22
Copy link

Added the “bright” colors to the ANSI color constants
Added the ability to specify a range in Shell#ask — This doesn’t convert to an array for the answer set, it just displays the min and max of the array.
Added a ask_if_nil function to ask a question if the provided value is nil, otherwise return the value. — This helps with values that are required but may be nil at initialization of the task.
Added RSpec's — All Passed.

Added the “bright” colors to the ANSI color constants
Added the ability to specify a range in Shell#ask — This doesn’t convert to an array for the answer set, it just displays the min and max of the array.
Added a `ask_if_nil` function to ask a question if the provided value is nil, otherwise return the value. — This helps with values that are required but may be nil at initialization of the task.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants