module RSpecMatcherDefineConstant::Identity

Gem identity information.

Public Class Methods

label() click to toggle source
# File lib/rspec_matcher_define_constant/identity.rb, line 8
def self.label
  "RSpecMatcherDefineConstant"
end
name() click to toggle source
# File lib/rspec_matcher_define_constant/identity.rb, line 4
def self.name
  "rspec_matcher_define_constant"
end
version() click to toggle source
# File lib/rspec_matcher_define_constant/identity.rb, line 12
def self.version
  "0.1.0"
end
version_label() click to toggle source
# File lib/rspec_matcher_define_constant/identity.rb, line 16
def self.version_label
  "#{label} #{version}"
end