method
emit_ad
v1_8_6_287 -
Show latest stable
- Class:
Date
emit_ad(e, w, f)private
No documentation available.
# File lib/date/format.rb, line 181
def emit_ad(e, w, f) # :nodoc:
if f[:x]
f[:u] = true
f[:d] = false
end
emit_a(e, w, f)
end