APIdock / Ruby on Rails
/
Browse About
method

blank?

v7.0.0 - Show latest stable - Class: Date
blank?()
public

No Date is blank:

Date.today.blank? # => false

@return [false]

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

Related methods

  • Instance methods
  • +
  • -
  • <=>
  • acts_like_date?
  • advance
  • ago
  • as_json
  • at_beginning_of_day
  • at_end_of_day
  • at_midday
  • at_middle_of_day
  • at_midnight
  • at_noon
  • beginning_of_day
  • blank?
  • change
  • compare_with_coercion
  • compare_without_coercion
  • default_inspect
  • end_of_day
  • in
  • inspect
  • midday
  • middle_of_day
  • midnight
  • minus_with_duration
  • minus_without_duration
  • noon
  • plus_with_duration
  • plus_without_duration
  • readable_inspect
  • since
  • to_default_s
  • to_formatted_s
  • to_fs
  • to_s
  • to_time
  • xmlschema
  • Class methods
  • beginning_of_week
  • beginning_of_week=
  • current
  • find_beginning_of_week!
  • tomorrow
  • yesterday
APIdock API Documentation Browser

© 2026 APIdock