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
Given a setting Settings.show_shiny_badges it would be awesome to be able to query them as predicates via something like Settings.show_shiny_badges? which doesn't appear to currently be a thing. In this case it would simply return the truthiness of the value but it may still add some value and read like idiomatic Ruby while we're at it?
Thoughts?
The text was updated successfully, but these errors were encountered:
Given a setting
Settings.show_shiny_badges
it would be awesome to be able to query them as predicates via something likeSettings.show_shiny_badges?
which doesn't appear to currently be a thing. In this case it would simply return the truthiness of the value but it may still add some value and read like idiomatic Ruby while we're at it?Thoughts?
The text was updated successfully, but these errors were encountered: