Harbor Documentation

TrueClass

Parent

Methods

Public Instance Methods

blank?()

true is not blank:

  true.blank? # => false
      # File lib/harbor/support/blank.rb, line 88
88:   def blank?
89:     false
90:   end