method

emit_w

v1_8_7_72 - Show latest stable - Class: Date
emit_w(e, w, f)
private

No documentation available.

# File lib/date/format.rb, line 169
  def emit_w(e, w, f) # :nodoc:
    f[:w] = [f[:w], w].compact.max
    emit(e, f)
  end