Flowdock
method

emit_z

Importance_0
v1_9_1_378 - Show latest stable - 0 notes - Class: Date
emit_z(e, w, f) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/date/format.rb, line 185
  def emit_z(e, w, f) # :nodoc:
    w += 1
    f[:s] = true
    emit_n(e, w, f)
  end
Register or log in to add new notes.