Created
January 4, 2012 15:30
-
-
Save pstengel/1560546 to your computer and use it in GitHub Desktop.
Format this nicely plz
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (args[:reseller_filter].empty? && args[:user_filter].empty?) || (args[:reseller_filter].include?(u['owner']) || args[:user_filter].include?(u['user'])) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment