Sha256: 0187ff9e4a9389783f7a71869437defbc30600f3951c1cda64e5e81ff52e4113

Contents?: true

Size: 220 Bytes

Versions: 8

Compression:

Stored size: 220 Bytes

Contents

module Shoulda
  module Matchers
    module Doublespeak
      # @private
      MethodCall = Struct.new(:args, :block)
      # @private
      MethodCallWithName = Struct.new(:method_name, :args, :block)
    end
  end
end

Version data entries

8 entries across 8 versions & 3 rubygems

Version Path
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/shoulda-matchers-2.8.0/lib/shoulda/matchers/doublespeak/structs.rb
shoulda-matchers-2.8.0 lib/shoulda/matchers/doublespeak/structs.rb
shoulda-matchers-2.8.0.rc2 lib/shoulda/matchers/doublespeak/structs.rb
shoulda-matchers-2.8.0.rc1 lib/shoulda/matchers/doublespeak/structs.rb
shoulda-matchers-2.7.0 lib/shoulda/matchers/doublespeak/structs.rb
shoulda-matchers-2.6.2 lib/shoulda/matchers/doublespeak/structs.rb
mcmire-shoulda-matchers-2.6.2.docs.1 lib/shoulda/matchers/doublespeak/structs.rb
mcmire-shoulda-matchers-2.6.1.docs.1 lib/shoulda/matchers/doublespeak/structs.rb