method

emit_ad

v1_9_1_378 - Show latest stable - Class: Date
emit_ad(e, w, f)
private

No documentation available.

# File lib/date/format.rb, line 196
  def emit_ad(e, w, f) # :nodoc:
    if f[:x]
      f[:u] = true
      f[:d] = false
    end
    emit_a(e, w, f)
  end