Flowdock
method

add_date

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: Server
add_date(res) public

No documentation

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

Hide source
# File lib/rubygems/server.rb, line 453
  def add_date res
    res['date'] = @spec_dirs.map do |spec_dir|
      File.stat(spec_dir).mtime
    end.max
  end
Register or log in to add new notes.