Flowdock
method

cache_file_for

Importance_0
v1_9_1_378 - Show latest stable - 0 notes - Class: Driver
cache_file_for(klassname) public

No documentation

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

Hide source
# File lib/rdoc/ri/driver.rb, line 427
  def cache_file_for(klassname)
    File.join cache_file_path, klassname.gsub(/:+/, "-")
  end
Register or log in to add new notes.