class Array
@private
Public Instance Methods
<=>(other)
click to toggle source
# File lib/robust_excel_ole/general.rb, line 194 def <=> other # p other if other.is_a? Integer self <=> [other] else old_spaceship other end end
Also aliased as: old_spaceship