Skip to content

Instantly share code, notes, and snippets.

@pstengel
Created January 4, 2012 15:30
Show Gist options
  • Save pstengel/1560546 to your computer and use it in GitHub Desktop.
Save pstengel/1560546 to your computer and use it in GitHub Desktop.
Format this nicely plz
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