method

save_loaded_features

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: TestCase
save_loaded_features() public

No documentation

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

Hide source
# File lib/rubygems/test_case.rb, line 755
  def save_loaded_features
    old_loaded_features = $LOADED_FEATURES.dup
    yield
  ensure
    $LOADED_FEATURES.replace old_loaded_features
  end
Register or log in to add new notes.