module RSpec::Matchers::BeAnArrayOf::Identity

Gem identity information.

Public Class Methods

label() click to toggle source
# File lib/rspec/matchers/be_an_array_of/identity.rb, line 10
def self.label
  "RSpec::Matchers::BeAnArrayOf"
end
name() click to toggle source
# File lib/rspec/matchers/be_an_array_of/identity.rb, line 6
def self.name
  "rspec-matchers-be_an_array_of"
end
version() click to toggle source
# File lib/rspec/matchers/be_an_array_of/identity.rb, line 14
def self.version
  "0.2.0"
end
version_label() click to toggle source
# File lib/rspec/matchers/be_an_array_of/identity.rb, line 18
def self.version_label
  "#{label} #{version}"
end