class RSpec::Mocks::TargetBase
@private
Public Class Methods
new(target)
click to toggle source
# File lib/rspec/mocks/targets.rb, line 64 def initialize(target) @target = target end
@private
# File lib/rspec/mocks/targets.rb, line 64 def initialize(target) @target = target end