Skip to content

Instantly share code, notes, and snippets.

@jackdempsey
Created September 7, 2010 21:55
Show Gist options
  • Save jackdempsey/569208 to your computer and use it in GitHub Desktop.
Save jackdempsey/569208 to your computer and use it in GitHub Desktop.
ElevatedIndex = lambda {|comp| comp.elevated_index}
def self.foo
all.group_by { |user| ElevatedIndex.call(user) }
end
def elevated_index
rand(2)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment