Flowdock
method

emit_w

Importance_0
v1_9_1_378 - Show latest stable - 0 notes - Class: Date
emit_w(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 167
  def emit_w(e, w, f) # :nodoc:
    f[:w] = [f[:w], w].compact.max
    emit(e, f)
  end
Register or log in to add new notes.