Class: GithubFlowReadiness::Checks::GemExactPins
- Defined in:
- lib/core/github_flow_readiness/checks.rb
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from GithubFlowReadiness::Checks::Base
Instance Method Details
#call ⇒ Object
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 |