Skip to content

Commit

Permalink
Remove no longer supported method
Browse files Browse the repository at this point in the history
 * Hasn't been used in QuickTravel since 2007
   See QT commit:7e27b6a6 ("IT PRINTS")
  • Loading branch information
mnoack committed May 17, 2018
1 parent ebab172 commit e9276e3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/ruby_core_extensions/array.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ def to_param
self.collect { |element| element.respond_to?(:to_param) ? element.to_param : element }
end

def show_name
first.titleize
end

# Key should be unique, or latest element with that key will override previous ones.
def hash_by(key = nil, method = nil, &block)
self.inject({}) do |h, element|
Expand Down

0 comments on commit e9276e3

Please sign in to comment.