Module: RSpec::Matcher::Identity Private

Defined in:
lib/rspec/matcher/identity.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Gem identity information.

Class Method Summary collapse

Class Method Details

.labelObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



10
11
12
# File 'lib/rspec/matcher/identity.rb', line 10

def self.label
  "RSpec::Matcher"
end

.nameObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

:nodoc:



6
7
8
# File 'lib/rspec/matcher/identity.rb', line 6

def self.name
  "rspec-matcher"
end

.versionObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



14
15
16
# File 'lib/rspec/matcher/identity.rb', line 14

def self.version
  "0.1.5"
end

.version_labelObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



18
19
20
# File 'lib/rspec/matcher/identity.rb', line 18

def self.version_label
  "#{label} #{version}"
end