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
- .label ⇒ Object private
-
.name ⇒ Object
private
:nodoc:.
- .version ⇒ Object private
- .version_label ⇒ Object private
Class Method Details
.label ⇒ Object
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 |
.name ⇒ Object
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 |
.version ⇒ Object
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_label ⇒ Object
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 |