Closed letsbreelhere closed 11 years ago
This allows checking the presence of Settings.foo with Settings.foo?.
Settings.foo
Settings.foo?
Thanks! I'll do a new version once #25 is merged.
v0.0.12 released!
:tada:
This allows checking the presence of
Settings.foo
withSettings.foo?
.