Skip to content

Conversation

@bigsolom
Copy link
Contributor

@bigsolom bigsolom commented Aug 6, 2025

Introduce blank? and present? methods as an Object extension to make checking for blank values easier

# instead of
if str && str != ''
# use
if str.present?

@bigsolom bigsolom marked this pull request as ready for review August 6, 2025 10:20
@halfbyte
Copy link
Owner

Useful change, @bigsolom, thanks. Would love to get into a dialog with you lot why you're maintaining your own fork instead of trying to feed the changes back here.

@halfbyte halfbyte merged commit 292f23b into halfbyte:main Aug 28, 2025
5 checks passed
@bigsolom
Copy link
Contributor Author

Hey @halfbyte sorry for the late reply, I was on vacation. Yes sure I would love to discuss that, we can continue on Linkedin if that's fine for you or use other medium that you prefer?

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