class Firuta::Commands::Sort
Public Instance Methods
apply_to(collection)
click to toggle source
# File lib/firuta/commands/sort.rb, line 6 def apply_to(collection) collection.sort(&@proc) end
# File lib/firuta/commands/sort.rb, line 6 def apply_to(collection) collection.sort(&@proc) end