Closed mojavelinux closed 9 years ago
As it turns out, we can add this method without any additional lines of code (and only a slight increase in the gzipped version). The on method can reuse the off method when building the return value by leveraging bind.
on
off
bind
Looks great. Happy to merge this once the conflicts are resolved.
I'll get right on it. Stay tuned!
Rebase complete!
:beers:
As it turns out, we can add this method without any additional lines of code (and only a slight increase in the gzipped version). The
on
method can reuse theoff
method when building the return value by leveragingbind
.