class Integer

Public Instance Methods

direction() click to toggle source
# File ezii-server/eezee.rb, line 48
def direction
  self/self.abs
end