class Integer

additional method for int to return shell exit codes to booleans

Public Instance Methods

shellexit() click to toggle source
# File lib/datatypes/integer.rb, line 5
def shellexit
  zero?
end