class Integer

Public Instance Methods

blank?() click to toggle source

‘true’ if the integer is 0

# File lib/delicious-cli/blank.rb, line 30
def blank?; self == 0; end