class Firuta::Commands::Uniq

Public Instance Methods

apply_to(collection) click to toggle source
# File lib/firuta/commands/uniq.rb, line 6
def apply_to(collection)
  collection.uniq(&@proc)
end