Sha256: c53840f19d61a345a3424d7af59ece06b499de7c768a2efd55a36763db15957b

Contents?: true

Size: 332 Bytes

Versions: 4

Compression:

Stored size: 332 Bytes

Contents

module Spec  
  module Matchers
    
    def self.last_matcher
      @last_matcher
    end
    
    def self.last_matcher=(last_matcher)
      @last_matcher = last_matcher
    end
    
    def self.last_should
      @last_should
    end
    
    def self.last_should=(last_should)
      @last_should = last_should
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
opal-0.3.6 lib/ospec/matchers/generated_descriptions.rb
opal-0.3.2 gems/ospec/lib/ospec/matchers/generated_descriptions.rb
opal-0.3.1 gems/ospec/lib/ospec/matchers/generated_descriptions.rb
opal-0.3.0 gems/ospec/lib/ospec/matchers/generated_descriptions.rb