prelude: | class Array alias_method :blank?, :empty? end array = [] benchmark: empty: array.empty? blank: array.blank? loop_count: 10000000