Methods

RSpec::Mocks::Serialization

@private

Public Class Methods

fix_for(object) click to toggle source

@private

    # File lib/rspec/mocks/serialization.rb, line 9
 9:       def self.fix_for(object)
10:         object.extend(YAML) if defined?(::YAML)
11:       rescue TypeError
12:         # Can't extend Fixnums, Symbols, true, false, or nil
13:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.