Skip to content

Instantly share code, notes, and snippets.

@jgarlick
Created September 13, 2013 14:14
Show Gist options
  • Save jgarlick/6551289 to your computer and use it in GitHub Desktop.
Save jgarlick/6551289 to your computer and use it in GitHub Desktop.
if personal_best
output_to_all buffer
else
output_to_some(buffer) {|u| (u.fishing && u.fishing.subscribed) || u.fishing.nil? || u == self}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment