Module: RSpec::Matchers::DefineConstant::Identity
- Defined in:
- lib/rspec/matchers/define_constant/identity.rb
Overview
Gem identity information.
Class Method Summary collapse
Class Method Details
.label ⇒ Object
10 11 12 |
# File 'lib/rspec/matchers/define_constant/identity.rb', line 10 def self.label "RSpec::Matchers::DefineConstant" end |
.name ⇒ Object
6 7 8 |
# File 'lib/rspec/matchers/define_constant/identity.rb', line 6 def self.name "rspec-matchers-define_constant" end |
.version ⇒ Object
14 15 16 |
# File 'lib/rspec/matchers/define_constant/identity.rb', line 14 def self.version "0.1.1" end |
.version_label ⇒ Object
18 19 20 |
# File 'lib/rspec/matchers/define_constant/identity.rb', line 18 def self.version_label "#{label} #{version}" end |