Flowdock
method

write_spec

Importance_0
v2_1_10 - Show latest stable - 0 notes - Class: SpecFetcherSetup
write_spec(spec) public

No documentation

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

Hide source
# File lib/rubygems/test_utilities.rb, line 345
  def write_spec spec # :nodoc:
    open spec.spec_file, 'w' do |io|
      io.write spec.to_ruby_for_cache
    end
  end
Register or log in to add new notes.