module AmazonTRP
Constants
- VERSION
Public Class Methods
stable_sort_by(e) { |x| ... }
click to toggle source
# File lib/amazon-textract-parser-ruby.rb, line 6 def AmazonTRP.stable_sort_by(e) e.sort_by.with_index { |x, idx| [yield(x), idx] } end