class RSpec::Mocks::Matchers::Receive
Public Instance Methods
seconds()
click to toggle source
# File lib/rspec/message/within.rb, line 43 def seconds self end
within(*args, &block)
click to toggle source
# File lib/rspec/message/within.rb, line 38 def within(*args, &block) @recorded_customizations << ::RSpec::Mocks::Matchers::Receive::Customization.new(:within, args, block) self end