method

blank?

v3.0.9 - Show latest stable - Class: Numeric
blank?()
public

No documentation available.

# File activesupport/lib/active_support/core_ext/object/blank.rb, line 73
  def blank?
    false
  end