Class: GithubFlowReadiness::Checks::GemExactPins

Inherits:
Base
  • Object
show all
Defined in:
lib/core/github_flow_readiness/checks.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from GithubFlowReadiness::Checks::Base

Instance Method Details

#callObject



130
131
132
# File 'lib/core/github_flow_readiness/checks.rb', line 130

def call
  service.exact_pin_registry_result(service.rubygems_registry_check)
end