Methods
Public Instance methods
blank?()
# File lib/core/facets/blank.rb, line 26
  def blank?
    true
  end
to_bool()
# File lib/core/facets/boolean.rb, line 147
  def to_bool
    self
  end