Skip to content

Commit

Permalink
Removed solution to using sort, closes learn-co-students#4
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnJohn committed Nov 7, 2015
1 parent 6bffe74 commit 1ab3aea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/array_methods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ def using_include(array, element)
end

def using_sort(array)
array.sort

end

def using_reverse(array)
Expand All @@ -20,4 +20,4 @@ def using_last(array)

def using_size(array)

end
end

0 comments on commit 1ab3aea

Please sign in to comment.